Browse Source

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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.3
Michael Niedermayer 8 years ago
parent
commit
55997d5043
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ffserver.conf

+ 1
- 1
tests/ffserver.conf View File

@@ -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>


Loading…
Cancel
Save