]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/riff.c
ffmpeg: check if number of input and output channels are valid.
[ffmpeg] / libavformat / riff.c
index 74f384d26848f997c1ea4ad67dc2d40d74598c1f..cd2c9a0f0c9f828329275e3e887d28d26ba3e711 100644 (file)
@@ -199,7 +199,9 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_R10K,         MKTAG('R', '1', '0', 'k') },
     { CODEC_ID_R210,         MKTAG('r', '2', '1', '0') },
     { CODEC_ID_V210,         MKTAG('v', '2', '1', '0') },
+    { CODEC_ID_V308,         MKTAG('v', '3', '0', '8') },
     { CODEC_ID_V410,         MKTAG('v', '4', '1', '0') },
+    { CODEC_ID_YUV4,         MKTAG('y', 'u', 'v', '4') },
     { CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '1') },
     { CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '2') },
     { CODEC_ID_INDEO4,       MKTAG('I', 'V', '4', '1') },