summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-04-17 17:27:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-17 18:16:45 +0200
commit2a0aa318f813f7161760361f03c896d1443b704e (patch)
tree799bb7e6f8e508c8af4095f207abfedc7ad8f540 /tests/fate-run.sh
parent92eef26e67ea8d2265854594344f8db17b9ce299 (diff)
fate: gapless: fix a typo in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index c68c389826..f1afebbafb 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -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: