diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-09-21 12:17:20 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-09-21 12:17:20 +0200 |
commit | ac82155204f1587f1f900c734ce316c36f2430cb (patch) | |
tree | 0fecfcf7adc226259b32ee272ed172d41aae9b82 /doc/filters.texi | |
parent | d0171eb8d7955b7d99debc22f2a0db0600349e89 (diff) | |
download | ffmpeg-ac82155204f1587f1f900c734ce316c36f2430cb.tar.gz |
Remove '-vf' from pullup documentation example.
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 6575454cca..70446e10bf 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6241,7 +6241,7 @@ load and make pullup usable in realtime on slow machines. For example to inverse telecined NTSC input: @example --vf pullup,fps=24000/1001 +pullup,fps=24000/1001 @end example @section removelogo |