riff: Support ULH0 and ULH2 fourccs.
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Sat, 8 Jun 2013 14:54:41 +0000 (23:54 +0900)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 10 Jun 2013 07:37:53 +0000 (09:37 +0200)
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
libavformat/riff.c

index a64e226..b436a12 100644 (file)
@@ -302,6 +302,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_UTVIDEO,      MKTAG('U', 'L', 'R', 'G') },
     { AV_CODEC_ID_UTVIDEO,      MKTAG('U', 'L', 'Y', '0') },
     { AV_CODEC_ID_UTVIDEO,      MKTAG('U', 'L', 'Y', '2') },
+    { AV_CODEC_ID_UTVIDEO,      MKTAG('U', 'L', 'H', '0') },
+    { AV_CODEC_ID_UTVIDEO,      MKTAG('U', 'L', 'H', '2') },
     { AV_CODEC_ID_VBLE,         MKTAG('V', 'B', 'L', 'E') },
     { AV_CODEC_ID_DXTORY,       MKTAG('x', 't', 'o', 'r') },
     { AV_CODEC_ID_ZEROCODEC,    MKTAG('Z', 'E', 'C', 'O') },