[FFmpeg-cvslog] fate: gapless: fix a typo in comment

wm4 git at videolan.org
Fri Apr 17 18:48:09 CEST 2015


ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Fri Apr 17 17:27:01 2015 +0200| [2a0aa318f813f7161760361f03c896d1443b704e] | committer: Michael Niedermayer

fate: gapless: fix a typo in comment

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a0aa318f813f7161760361f03c896d1443b704e
---

 tests/fate-run.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index c68c389..f1afebb 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:



More information about the ffmpeg-cvslog mailing list