diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-05-11 23:51:44 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-05-11 23:51:44 +0000 |
commit | 49d40989ff9e39f5be27ed9dc00c12a2861d98a0 (patch) | |
tree | 0be57e2c45cad6246e2361b7306b79139eb5d16a /libavcodec/libpostproc | |
parent | bcfc40aed408e5016dfb9dd009bbbac661a9e197 (diff) | |
download | ffmpeg-49d40989ff9e39f5be27ed9dc00c12a2861d98a0.tar.gz |
Add missing pp=ac to pp_help.
Originally committed as revision 4221 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 e7ca0191d9..9f3e522ed1 100644 --- a/libavcodec/libpostproc/postprocess.c +++ b/libavcodec/libpostproc/postprocess.c @@ -747,6 +747,7 @@ char *pp_help= "l5 lowpass5 FIR lowpass deinterlacer\n" "de default hb:a,vb:a,dr:a\n" "fa fast h1:a,v1:a,dr:a\n" +"ac ha:a:128:7,va:a,dr:a\n" "tn tmpnoise (3 threshold) temporal noise reducer\n" " 1. <= 2. <= 3. larger -> stronger filtering\n" "fq forceQuant <quantizer> force quantizer\n" |