aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2025-01-22 21:24:04 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2025-01-26 01:12:28 +0100
commitc733e2b5ed9cb78de731b1983ff867155862def9 (patch)
tree491b18d4c05702ae57bd5d899247d9e1922ada5a /libavformat/mpegts.c
parentd68d311bcd76cf2ef4c8e3163170775686784727 (diff)
downloadffmpeg-c733e2b5ed9cb78de731b1983ff867155862def9.tar.gz
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 54897da7ce8ae6e349cd56d0f11cb2404e264efa.
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r--libavformat/mpegts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 1337aa1203..765bedec5c 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -3459,7 +3459,6 @@ void avpriv_mpegts_parse_close(MpegTSContext *ts)
const FFInputFormat ff_mpegts_demuxer = {
.p.name = "mpegts",
.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.priv_class = &mpegts_class,
.priv_data_size = sizeof(MpegTSContext),