[FFmpeg-cvslog] avformat/matroskaenc: remove bogus prores tag
Paul B Mahol
git at videolan.org
Sun Sep 8 15:03:20 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Sep 8 12:35:31 2013 +0000| [14851ca5f5a3af140085e82589e28e06c7cdefdc] | committer: Paul B Mahol
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>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14851ca5f5a3af140085e82589e28e06c7cdefdc
---
libavformat/matroskaenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index b6cf9dd..7b69bc3 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -1699,7 +1699,6 @@ static const AVCodecTag additional_audio_tags[] = {
};
static 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