mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -56,7 +56,7 @@ if [ -f /bin/sh.exe ] ; then
|
|||||||
else
|
else
|
||||||
inputfile=/bin/sh
|
inputfile=/bin/sh
|
||||||
fi
|
fi
|
||||||
if run_flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ; then
|
if run_flac --force --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ; then
|
||||||
chmod +w $flacfile
|
chmod +w $flacfile
|
||||||
else
|
else
|
||||||
die "ERROR during generation"
|
die "ERROR during generation"
|
||||||
|
|||||||
Reference in New Issue
Block a user