summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2014-10-01 10:13:30 -0700
committerMichael Niedermayer <michaelni@gmx.at>2014-10-01 20:47:11 +0200
commit8acb76567aba59be91c9af4aa45b3a0900c57439 (patch)
treec8e55cff5842af04162d61f08a59a5ffbfe96ea0 /tests/ref/fate
parentacebff8e5dc0789c228b10ffcae2f2eb6c30a91d (diff)
downloadffmpeg-streaming-8acb76567aba59be91c9af4aa45b3a0900c57439.zip
ffmpeg-streaming-8acb76567aba59be91c9af4aa45b3a0900c57439.tar.gz
lavf/webm_dash: fix hardcode in cues_end computation
Fix an incorrect hard code in cues_end computation. Updating the fate test reference files related to the fix as well. The earlier computation was clearly wrong as the cues_end field was greater than the file size itself in some cases. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r--tests/ref/fate/webm-dash-manifest4
-rw-r--r--tests/ref/fate/webm-dash-manifest-unaligned-audio-streams2
-rw-r--r--tests/ref/fate/webm-dash-manifest-unaligned-video-streams2
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/fate/webm-dash-manifest b/tests/ref/fate/webm-dash-manifest
index 1c1a679..4b88040 100644
--- a/tests/ref/fate/webm-dash-manifest
+++ b/tests/ref/fate/webm-dash-manifest
@@ -20,7 +20,7 @@
<Representation id="1" bandwidth="302355">
<BaseURL>dash_video2.webm</BaseURL>
<SegmentBase
- indexRange="1115782-1115886">
+ indexRange="1115782-1115879">
<Initialization
range="0-249" />
</SegmentBase>
@@ -38,7 +38,7 @@
<Representation id="1" bandwidth="82814">
<BaseURL>dash_audio2.webm</BaseURL>
<SegmentBase
- indexRange="335312-335432">
+ indexRange="335312-335425">
<Initialization
range="0-3927" />
</SegmentBase>
diff --git a/tests/ref/fate/webm-dash-manifest-unaligned-audio-streams b/tests/ref/fate/webm-dash-manifest-unaligned-audio-streams
index 5e1743e..6e9de21 100644
--- a/tests/ref/fate/webm-dash-manifest-unaligned-audio-streams
+++ b/tests/ref/fate/webm-dash-manifest-unaligned-audio-streams
@@ -20,7 +20,7 @@
<Representation id="1" bandwidth="83502">
<BaseURL>dash_audio3.webm</BaseURL>
<SegmentBase
- indexRange="335312-335432">
+ indexRange="335312-335425">
<Initialization
range="0-3927" />
</SegmentBase>
diff --git a/tests/ref/fate/webm-dash-manifest-unaligned-video-streams b/tests/ref/fate/webm-dash-manifest-unaligned-video-streams
index 3576b60..ce20563 100644
--- a/tests/ref/fate/webm-dash-manifest-unaligned-video-streams
+++ b/tests/ref/fate/webm-dash-manifest-unaligned-video-streams
@@ -20,7 +20,7 @@
<Representation id="1" bandwidth="321574">
<BaseURL>dash_video3.webm</BaseURL>
<SegmentBase
- indexRange="1116070-1116461">
+ indexRange="1116070-1116455">
<Initialization
range="0-249" />
</SegmentBase>
OpenPOWER on IntegriCloud