Browse Source

Added Quadrox format

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
smitbose 8 years ago
parent
commit
d915b6e592
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavformat/riff.c

+ 1 - 0
libavformat/riff.c

@@ -181,6 +181,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_MJPEG,        MKTAG('L', 'J', 'P', 'G') },
     { AV_CODEC_ID_MJPEG,        MKTAG('d', 'm', 'b', '1') },
     { AV_CODEC_ID_MJPEG,        MKTAG('m', 'j', 'p', 'a') },
+    { AV_CODEC_ID_MJPEG,        MKTAG('J', 'R', '2', '4') }, /* Quadrox Mjpeg */
     { AV_CODEC_ID_LJPEG,        MKTAG('L', 'J', 'P', 'G') },
     /* Pegasus lossless JPEG */
     { AV_CODEC_ID_MJPEG,        MKTAG('J', 'P', 'G', 'L') },