[FFmpeg-cvslog] tests/fli: avoid rounding errors in -t option.

Nicolas George git at videolan.org
Sat Aug 10 20:21:12 CEST 2013


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Aug 10 19:27:07 2013 +0200| [d5f38847f54bc0d9da0cf9961319c5f652c95794] | committer: Michael Niedermayer

tests/fli: avoid rounding errors in -t option.

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

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

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

diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 4aa492c..c5527ce 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -121,7 +121,7 @@ FATE_VIDEO-$(call DEMDEC, SEGAFILM, CINEPAK) += fate-film-cvid
 fate-film-cvid: CMD = framecrc -i $(TARGET_SAMPLES)/film/logo-capcom.cpk -an
 
 FATE_FLIC += fate-flic-af11-palette-change
-fate-flic-af11-palette-change: CMD = framecrc -i $(TARGET_SAMPLES)/fli/fli-engines.fli -t 3.3 -pix_fmt rgb24
+fate-flic-af11-palette-change: CMD = framecrc -i $(TARGET_SAMPLES)/fli/fli-engines.fli -t 3.31 -pix_fmt rgb24
 
 FATE_FLIC += fate-flic-af12
 fate-flic-af12: CMD = framecrc -i $(TARGET_SAMPLES)/fli/jj00c2.fli -pix_fmt rgb24



More information about the ffmpeg-cvslog mailing list