diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-29 08:08:50 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-29 10:28:03 +0100 |
commit | 0e64edda183a64b6441b85aa746b9ae1650ab95a (patch) | |
tree | c5eca349990b9a01474b65516fa8e178a762c493 | |
parent | cdff4c53137fbce89efd4ac1d4a0b4923c9de666 (diff) | |
download | ffmpeg-0e64edda183a64b6441b85aa746b9ae1650ab95a.tar.gz |
doc/ffserver: uncomment line in stream section example
-rw-r--r-- | doc/ffserver.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi index 562e6c5e6e..e0c075d6d0 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -605,7 +605,7 @@ Feed feed1.ffm Format jpeg VideoFrameRate 2 VideoIntraOnly -#VideoSize 352x240 +VideoSize 352x240 NoAudio Strict -1 </Stream> |