From da2936c5370bc02bed38beac15e79f9902b95f24 Mon Sep 17 00:00:00 2001 From: Ethan Hugg Date: Sat, 21 Dec 2013 08:22:01 -0800 Subject: [PATCH] Fix typo in CmdLineExamples.sh --- testbin/CmdLineExample.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbin/CmdLineExample.sh b/testbin/CmdLineExample.sh index 906d21c6..c819d6ed 100755 --- a/testbin/CmdLineExample.sh +++ b/testbin/CmdLineExample.sh @@ -2,4 +2,4 @@ ../h264enc welsenc_vd_rc.cfg ../h264dec test_vd_1d.264 test_vd_1d.yuv -../h264dec test_vd_1d.264 test_vd_rc.yuv +../h264dec test_vd_rc.264 test_vd_rc.yuv