You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Revert "avformat/mpegts: Add standard extension so hls can check in extension_picky mode"
The next commit implements the hls fix in a way that doesnt need this
This reverts commit 54897da7ce
.
This commit is contained in:
@@ -3459,7 +3459,6 @@ void avpriv_mpegts_parse_close(MpegTSContext *ts)
|
|||||||
const FFInputFormat ff_mpegts_demuxer = {
|
const FFInputFormat ff_mpegts_demuxer = {
|
||||||
.p.name = "mpegts",
|
.p.name = "mpegts",
|
||||||
.p.long_name = NULL_IF_CONFIG_SMALL("MPEG-TS (MPEG-2 Transport Stream)"),
|
.p.long_name = NULL_IF_CONFIG_SMALL("MPEG-TS (MPEG-2 Transport Stream)"),
|
||||||
.p.extensions = "ts,m4s",
|
|
||||||
.p.flags = AVFMT_SHOW_IDS | AVFMT_TS_DISCONT,
|
.p.flags = AVFMT_SHOW_IDS | AVFMT_TS_DISCONT,
|
||||||
.p.priv_class = &mpegts_class,
|
.p.priv_class = &mpegts_class,
|
||||||
.priv_data_size = sizeof(MpegTSContext),
|
.priv_data_size = sizeof(MpegTSContext),
|
||||||
|
Reference in New Issue
Block a user