Displaying 3 results from an estimated 3 matches for "case43".
Did you mean:
case3
2012 Feb 02
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...s _exact_ because
> it denotes the start of the track, so allow it as a special case. This
> allows metaflac_test.sh to pass.
Thanks for this patch Earl, but unfortunately even with this patch in
place (and the exit 0 I added the script removed), test_metaflac.sh still
fails with:
? ? test case43: --import-cuesheet-from... ERROR: metadata does not match
? ? expected metaflac-test-files/case43-expect.meta
Would be great if you could have another look at this.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.co...
2012 Feb 03
0
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...mit
Using this, test_metaflac.sh runs cleanly with my cuesheet.c change.
I set up another view using HEAD at git.xiph.org, and in this other view test_metaflac.sh fails.
With my change in place, the failure is a mismatch between information stored in the golden
file.
--- metaflac-test-files/case43-expect.meta????? 2012-02-02 08:52:57.000000000 -0800
+++ metaflac-test-files/out.meta??????? 2012-02-03 11:37:13.000000000 -0800
@@ -10,9 +10,8 @@
?METADATA block #1
?? type: 3 (SEEKTABLE)
?? is last: false
-? length: 18
-? seek points: 1
-??? point 0: sample_number=0
+? length: 0
+? seek points: 0...
2012 Jan 06
5
Fix cuesheet.c to allow metaflac_test.sh to run to completion
When reading the INDEX from the cue sheet, the format MM:SS:FF format is disallowed if the sample frequency is not a multiple of 75 because the index would only be approximate. However, 00:00:00 is _exact_ because it denotes the start of the track, so allow it as a special case. This allows metaflac_test.sh to pass.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: