Commit 2a0aa318 authored by wm4's avatar wm4 Committed by Michael Niedermayer

fate: gapless: fix a typo in comment

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 92eef26e
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment