demux_lavf: add required format hacks for DASH

This commit is contained in:
sfan5
2018-01-15 12:36:04 +01:00
parent 86004909ac
commit e2a176ede2

View File

@@ -149,6 +149,7 @@ static const struct format_hack format_hacks[] = {
{"mp3", NULL, 24, .max_probe = true},
{"hls", .no_stream = true, .clear_filepos = true},
{"dash", .no_stream = true, .clear_filepos = true},
{"mpeg", .use_stream_ids = true},
{"mpegts", .use_stream_ids = true},