diff options
author | Martin Storsjö <martin@martin.st> | 2009-04-09 21:52:12 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2009-04-09 21:52:12 +0000 |
commit | 2b12317a90fb45ea0f8db8d50c55238ab286c625 (patch) | |
tree | 78069844da613a258144e8c5855c295daf3f8b11 /doc/ffmpeg-doc.texi | |
parent | 93319670077be9caa58aeed99419e291c172fd36 (diff) | |
download | ffmpeg-2b12317a90fb45ea0f8db8d50c55238ab286c625.tar.gz |
Fix documentation for the "-ps" option
Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 968fee3998..b68b130bc2 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -772,7 +772,7 @@ When dumping packets, also dump the payload. @item -bitexact Only use bit exact algorithms (for codec testing). @item -ps @var{size} -Set packet size in bits. +Set RTP payload size in bytes. @item -re Read input at native frame rate. Mainly used to simulate a grab device. @item -loop_input |