summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-10 20:45:45 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-10 20:45:45 +0100
commit715186456c556d94265e6376a38941c17d6a0ad6 (patch)
treeab216805826d0a968022d69b9cab30b8a66f181b /libavformat/matroskaenc.c
parent0be0197f49a5ac78c0f8be34fe66dd7657c83c23 (diff)
downloadffmpeg-streaming-715186456c556d94265e6376a38941c17d6a0ad6.zip
ffmpeg-streaming-715186456c556d94265e6376a38941c17d6a0ad6.tar.gz
lavf/matroskaenc: Allow dvdsub remuxing from some containers.
Fixes ticket #7783.
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r--libavformat/matroskaenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index f0e4c60..b9f99c4 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -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 }
};
OpenPOWER on IntegriCloud