diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-19 22:51:28 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-19 23:15:34 +0200 |
commit | d3fddb8454cab525cbcb6cc9c3d0ca29b6c78cdd (patch) | |
tree | 603bdc59e0106c1a8a6c0c27012cd56514b36992 /doc/filters.texi | |
parent | 50764e19a8edc018b6e5276f1b3e4215ba66217f (diff) | |
download | ffmpeg-d3fddb8454cab525cbcb6cc9c3d0ca29b6c78cdd.tar.gz |
vsrc_buffer: fix example in docs, add mandatory parameters
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1407828cbe..31a963d058 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 |