[FFmpeg-cvslog] avformat/matroskaenc: remove bogus prores tag
Paul B Mahol
git at videolan.org
Sun Sep 8 22:51:54 CEST 2013
ffmpeg | branch: release/2.0 | Paul B Mahol <onemda at gmail.com> | Sun Sep 8 12:35:31 2013 +0000| [f5ae34250a22430dec99666f3f63b9ff5996ef09] | committer: Carl Eugen Hoyos
avformat/matroskaenc: remove bogus prores tag
Fixes: ffmpeg -i input -c:v prores output.mkv
Signed-off-by: Paul B Mahol <onemda at gmail.com>
(cherry picked from commit 14851ca5f5a3af140085e82589e28e06c7cdefdc)
Conflicts:
libavformat/matroskaenc.c
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5ae34250a22430dec99666f3f63b9ff5996ef09
---
libavformat/matroskaenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 8a0e846..fbb18a6 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -1617,7 +1617,6 @@ const AVCodecTag additional_audio_tags[] = {
};
const AVCodecTag additional_video_tags[] = {
- { AV_CODEC_ID_PRORES, 0xFFFFFFFF },
{ AV_CODEC_ID_RV10, 0xFFFFFFFF },
{ AV_CODEC_ID_RV20, 0xFFFFFFFF },
{ AV_CODEC_ID_RV30, 0xFFFFFFFF },
More information about the ffmpeg-cvslog
mailing list