[FFmpeg-cvslog] vsrc_buffer: fix example in docs, add mandatory parameters

Stefano Sabatini git at videolan.org
Thu May 19 23:33:09 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu May 19 22:51:28 2011 +0200| [d3fddb8454cab525cbcb6cc9c3d0ca29b6c78cdd] | committer: Stefano Sabatini

vsrc_buffer: fix example in docs, add mandatory parameters

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

 doc/filters.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 1407828..31a963d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1579,7 +1579,7 @@ Since the pixel format with name "yuv410p" corresponds to the number 6
 (check the enum PixelFormat definition in @file{libavutil/pixfmt.h}),
 this example corresponds to:
 @example
-buffer=320:240:6:1:24
+buffer=320:240:6:1:24:1:1
 @end example
 
 @section color



More information about the ffmpeg-cvslog mailing list