diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-08 12:35:31 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-08 13:03:08 +0000 |
commit | 14851ca5f5a3af140085e82589e28e06c7cdefdc (patch) | |
tree | b723759a2e3f6c058df31daad58d8ffa7af9dcab /libavformat | |
parent | 7f6ec05f0952ea744f9d41988636a635c82a298e (diff) | |
download | ffmpeg-14851ca5f5a3af140085e82589e28e06c7cdefdc.tar.gz |
avformat/matroskaenc: remove bogus prores tag
Fixes: ffmpeg -i input -c:v prores output.mkv
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/matroskaenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index b6cf9dd262..7b69bc3abf 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 }, |