Commit 14851ca5 authored by Paul B Mahol's avatar Paul B Mahol

avformat/matroskaenc: remove bogus prores tag

Fixes: ffmpeg -i input -c:v prores output.mkv
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 7f6ec05f
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment