[FFmpeg-cvslog] tests/ffserver.conf: Force bitexactness in the ffmpeg command

Michael Niedermayer git at videolan.org
Mon Nov 28 00:29:16 EET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Nov 27 20:48:28 2016 +0100| [55997d50431c0e1033c98d24a51154b93f82b60e] | committer: Michael Niedermayer

tests/ffserver.conf: Force bitexactness in the ffmpeg command

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 tests/ffserver.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ffserver.conf b/tests/ffserver.conf
index ae35d7f..3495d95 100644
--- a/tests/ffserver.conf
+++ b/tests/ffserver.conf
@@ -57,7 +57,7 @@ FileMaxSize 100M
 
 # Fire up ffmpeg pointing at this stream
 
-Launch ./ffmpeg -v 0 -y -f image2 -i tests/vsynth1/%02d.pgm
+Launch ./ffmpeg -v 0 -y -f image2 -flags +bitexact -fflags +bitexact -i tests/vsynth1/%02d.pgm -flags +bitexact -fflags +bitexact
 
 ACL allow localhost
 </Feed>



More information about the ffmpeg-cvslog mailing list