From 485047854376465f95309daad4966971f56728ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 15 Aug 2017 23:58:00 +0700 Subject: [extractor/common] Add support for float durations in _parse_mpd_formats (closes #13919) --- test/testdata/mpd/float_duration.mpd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/testdata/mpd/float_duration.mpd (limited to 'test/testdata') diff --git a/test/testdata/mpd/float_duration.mpd b/test/testdata/mpd/float_duration.mpd new file mode 100644 index 000000000..8dc1d2d5e --- /dev/null +++ b/test/testdata/mpd/float_duration.mpd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3