Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-20 00:39:19 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-20 00:39:19 +0300
commitd8716864f96749f4df0b6859b7ad0816b7a483a5 (patch)
tree8068adeacab1ae557f749ca4de6ae2b3f4cc9a6a
parenta5b4476a602f31e451b11ca0c18bc92be130a50e (diff)
lavf/riff: Document the interleaving of VSM4 video.
-rw-r--r--libavformat/riff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index dceb9797bf..3c5a37c3f6 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -56,7 +56,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* Intel H.263 */
{ AV_CODEC_ID_H261, MKTAG('H', '2', '6', '1') },
{ AV_CODEC_ID_H263, MKTAG('U', '2', '6', '3') },
- { AV_CODEC_ID_H263, MKTAG('V', 'S', 'M', '4') },
+ { AV_CODEC_ID_H263, MKTAG('V', 'S', 'M', '4') }, /* needs -vf il=l=i:c=i */
{ AV_CODEC_ID_MPEG4, MKTAG('F', 'M', 'P', '4') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'X', '5', '0') },