mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/utils: add dvbsub to set_codec_from_probe_data()
Fixes part of ticket 4221 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e313735d7d
commit
ce1e10aa24
|
@ -273,6 +273,7 @@ static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st,
|
|||
{ "aac", AV_CODEC_ID_AAC, AVMEDIA_TYPE_AUDIO },
|
||||
{ "ac3", AV_CODEC_ID_AC3, AVMEDIA_TYPE_AUDIO },
|
||||
{ "dts", AV_CODEC_ID_DTS, AVMEDIA_TYPE_AUDIO },
|
||||
{ "dvbsub", AV_CODEC_ID_DVB_SUBTITLE,AVMEDIA_TYPE_SUBTITLE },
|
||||
{ "eac3", AV_CODEC_ID_EAC3, AVMEDIA_TYPE_AUDIO },
|
||||
{ "h264", AV_CODEC_ID_H264, AVMEDIA_TYPE_VIDEO },
|
||||
{ "hevc", AV_CODEC_ID_HEVC, AVMEDIA_TYPE_VIDEO },
|
||||
|
|
Loading…
Reference in New Issue