[FFmpeg-cvslog] tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6e
Stefano Sabatini
git at videolan.org
Sat Feb 23 00:19:43 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Feb 23 00:18:34 2013 +0100| [e95637841c0a3953cf6ed0d9c2a61aa5d362c098] | committer: Stefano Sabatini
tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6e
"12:34" is now valid syntax.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e95637841c0a3953cf6ed0d9c2a61aa5d362c098
---
tests/ref/fate/parseutils | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ref/fate/parseutils b/tests/ref/fate/parseutils
index 36756a8..5fa3bf4 100644
--- a/tests/ref/fate/parseutils
+++ b/tests/ref/fate/parseutils
@@ -79,4 +79,4 @@ now -> 1331972053.000000 = 2012-03-17T08:14:13Z
-1:23:45.67 -> -5025670000
42.1729 -> +42172900
-1729.42 -> -1729420000
-12:34 -> error
+12:34 -> +754000000
More information about the ffmpeg-cvslog
mailing list