diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2005-11-13 01:30:20 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2005-11-13 01:30:20 +0000 |
commit | 97246091a59ceae7c9f5556088e3535d36e850bc (patch) | |
tree | 8338065c0b547b11a6c6b57036f89b87bf6744a1 /doc/ffserver.conf | |
parent | bf40937bf961bfe2c29ed7e55478922f8008a099 (diff) | |
download | ffmpeg-97246091a59ceae7c9f5556088e3535d36e850bc.tar.gz |
strict -1 is mandatory for jpegs because the colorspace thingie, this should be handled in a better way though
Originally committed as revision 4691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver.conf')
-rw-r--r-- | doc/ffserver.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 62f169f9d1..e7eee0d17c 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -170,6 +170,7 @@ VideoGopSize 12 #VideoFrameRate 2 #VideoIntraOnly #NoAudio +#Strict -1 #</Stream> @@ -182,6 +183,7 @@ VideoGopSize 12 #VideoIntraOnly ##VideoSize 352x240 #NoAudio +#Strict -1 #</Stream> |