diff --git a/libavformat/hls.c b/libavformat/hls.c index 950cc4c3bd..ff7bdecc93 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -2333,6 +2333,7 @@ AVInputFormat ff_hls_demuxer = { .long_name = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming"), .priv_class = &hls_class, .priv_data_size = sizeof(HLSContext), + .flags = AVFMT_NOGENSEARCH, .read_probe = hls_probe, .read_header = hls_read_header, .read_packet = hls_read_packet,