Auto-detect hevc in mpeg-ts.
Fixes decoding of files without PMT/PAT. Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
This commit is contained in:
parent
0de9d72b7c
commit
16097efb8c
@ -301,6 +301,7 @@ static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st,
|
||||
{ "dts", AV_CODEC_ID_DTS, AVMEDIA_TYPE_AUDIO },
|
||||
{ "eac3", AV_CODEC_ID_EAC3, AVMEDIA_TYPE_AUDIO },
|
||||
{ "h264", AV_CODEC_ID_H264, AVMEDIA_TYPE_VIDEO },
|
||||
{ "hevc" , AV_CODEC_ID_HEVC , AVMEDIA_TYPE_VIDEO },
|
||||
{ "loas", AV_CODEC_ID_AAC_LATM, AVMEDIA_TYPE_AUDIO },
|
||||
{ "m4v", AV_CODEC_ID_MPEG4, AVMEDIA_TYPE_VIDEO },
|
||||
{ "mp3", AV_CODEC_ID_MP3, AVMEDIA_TYPE_AUDIO },
|
||||
|
Loading…
x
Reference in New Issue
Block a user