diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-07 20:10:36 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-06-09 08:42:50 +0200 |
commit | 9ca440679dc535b31edd569393d8d3dda59db90e (patch) | |
tree | 241afa911488bc255c7b540dc33a3c914f150845 /doc/filters.texi | |
parent | dcaa4efcee37f6a7be85345939cdffd1bee41753 (diff) | |
download | ffmpeg-9ca440679dc535b31edd569393d8d3dda59db90e.tar.gz |
buffersrc: accept the frame rate as argument.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d6e0dc7759..ac79c4c4aa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3178,6 +3178,9 @@ name. @item time_base Specify the timebase assumed by the timestamps of the buffered frames. +@item time_base +Specify the frame rate expected for the video stream. + @item pixel_aspect Specify the sample aspect ratio assumed by the video frames. |