Commit 71518645 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/matroskaenc: Allow dvdsub remuxing from some containers.

Fixes ticket #7783.
parent 0be0197f
......@@ -2781,6 +2781,7 @@ static const AVCodecTag additional_video_tags[] = {
static const AVCodecTag additional_subtitle_tags[] = {
{ AV_CODEC_ID_DVB_SUBTITLE, 0xFFFFFFFF },
{ AV_CODEC_ID_DVD_SUBTITLE, 0xFFFFFFFF },
{ AV_CODEC_ID_HDMV_PGS_SUBTITLE, 0xFFFFFFFF },
{ AV_CODEC_ID_NONE, 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