diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-01-15 10:34:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-01-15 10:34:49 +0000 |
commit | 47d918252119be12899d9502535a834458fc793d (patch) | |
tree | 79462f2c4a94019b8d6a7f8b77e8091b2f61a8b5 /libavcodec/libpostproc | |
parent | 3048af835051b4245e51e63204fce72e7c71c8a4 (diff) | |
download | ffmpeg-47d918252119be12899d9502535a834458fc793d.tar.gz |
Mention the l5 pp filter in 'mplayer -pphelp' output.
Originally committed as revision 3837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc')
-rw-r--r-- | libavcodec/libpostproc/postprocess.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c index 1cccfcfb04..bc14ef3828 100644 --- a/libavcodec/libpostproc/postprocess.c +++ b/libavcodec/libpostproc/postprocess.c @@ -743,6 +743,7 @@ char *pp_help= "ci cubicipoldeint cubic interpolating deinterlacer\n" "md mediandeint median deinterlacer\n" "fd ffmpegdeint ffmpeg deinterlacer\n" +"l5 lowpass5 FIR lowpass deinterlacer\n" "de default hb:a,vb:a,dr:a\n" "fa fast h1:a,v1:a,dr:a\n" "tn tmpnoise (3 threshold) temporal noise reducer\n" |