Skip to content

Commit

Permalink
Revert "avformat/mpegts: Add standard extension so hls can check in e…
Browse files Browse the repository at this point in the history
…xtension_picky mode"

The next commit implements the hls fix in a way that doesnt need this

This reverts commit 54897da.
  • Loading branch information
michaelni committed Jan 26, 2025
1 parent d68d311 commit c733e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavformat/mpegts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c733e2b

Please sign in to comment.