X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=222d921c083943ba878d1457b6266072219a520b;hb=0e18270ddb438c765a4597404f9053a15ce84704;hp=0e3cc6403b118df470742b76a7a2b004f0d39a9f;hpb=549152963d868fc896287193b7ac7767e8794e01;p=nihav.git diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 0e3cc64..222d921 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -255,6 +255,10 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video; "midivid", "MidiVid"), desc!(video; "midivid3", "MidiVid 3"), desc!(video-ll; "midivid-ll", "MidiVid Lossless"), + desc!(video; "smushv1", "SMUSH Video paletted"), + desc!(video; "smushv2", "SMUSH Video 16-bit"), + desc!(video; "smush-iact", "SMUSH IACT Audio"), + desc!(video; "smush-vima", "SMUSH VIMA Audio"), desc!(video; "vmd-video", "VMD video"), desc!(audio; "vmd-audio", "VMD audio"), desc!(video; "vxvideo", "Actimagine Vx"),