From 8acb76567aba59be91c9af4aa45b3a0900c57439 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Wed, 1 Oct 2014 10:13:30 -0700 Subject: 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 Signed-off-by: Michael Niedermayer --- tests/ref/fate/webm-dash-manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ref/fate/webm-dash-manifest') 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 @@ dash_video2.webm + indexRange="1115782-1115879"> @@ -38,7 +38,7 @@ dash_audio2.webm + indexRange="335312-335425"> -- cgit v1.1