lavf/matroskaenc: Allow dvdsub remuxing from some containers.

Fixes ticket #7783.
This commit is contained in:
Carl Eugen Hoyos 2019-03-10 20:45:45 +01:00
parent 0be0197f49
commit 715186456c
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
};