1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

fate: gapless: fix a typo in comment

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
wm4 2015-04-17 17:27:01 +02:00 committed by Michael Niedermayer
parent 92eef26e67
commit 2a0aa318f8

View File

@ -236,7 +236,7 @@ gapless(){
do_md5sum $decfile1
# test decoded (and cut) data
ffmpeg -i "$sample" $extra_args -flags +bitexact -f wav md5:
# the same as aboce again, with seeking to the start
# the same as above again, with seeking to the start
ffmpeg -ss $start_offset -i "$sample" $extra_args -flags +bitexact -c:a copy -f framecrc -y $decfile2
do_md5sum $decfile2
ffmpeg -ss $start_offset -i "$sample" $extra_args -flags +bitexact -f wav md5: