X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=d929e28b9a7ae3a736565f93d1a18b935602aea3;hp=5e06224a7c42431d06c1e6a5633e2ede079048a7;hb=a715e99fd5a8b724cf31877c74bbd8191d7fd256;hpb=19336bafcd1ff2601795d158d9124bf5756d3edc diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 5e06224..d929e28 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -185,6 +185,9 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(audio; "atrac3", "Sony Atrac3"), desc!(audio; "sipro", "Sipro Labs ADPCM"), + + desc!(video-ll; "rawvideo", "Raw video data"), + desc!(video; "cinepak", "Cinepak"), desc!(video-llp; "zmbv", "Zip Motion Blocks Video"), @@ -232,6 +235,7 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video; "fable-imax", "Fable IMAX video"), desc!(video; "fst-video", "FutureVision video"), desc!(audio; "fst-audio", "FutureVision audio"), + desc!(video; "legend-q-video", "Legend Entertainment Q video"), desc!(video; "midivid", "MidiVid"), desc!(video; "midivid3", "MidiVid 3"), desc!(video-ll; "midivid-ll", "MidiVid Lossless"),