X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=libpostproc%2Fpostprocess.c;h=4890bf841a89fc2769671468aa53b04ac991c082;hp=6ae8c1dcd5844573be70a55c6656f7c30435632a;hb=69fdc40db7db5982a0fdb1e13fa9208713345cab;hpb=9656df79948afa1a3beaff2ff1071442ea5d4a4f diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 6ae8c1dcd5..4890bf841a 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -139,11 +139,11 @@ static struct PPFilter filters[]= static const char *replaceTable[]= { - "default", "hdeblock:a,vdeblock:a,dering:a", - "de", "hdeblock:a,vdeblock:a,dering:a", - "fast", "x1hdeblock:a,x1vdeblock:a,dering:a", - "fa", "x1hdeblock:a,x1vdeblock:a,dering:a", - "ac", "ha:a:128:7,va:a,dering:a", + "default", "hb:a,vb:a,dr:a", + "de", "hb:a,vb:a,dr:a", + "fast", "h1:a,v1:a,dr:a", + "fa", "h1:a,v1:a,dr:a", + "ac", "ha:a:128:7,va:a,dr:a", NULL //End Marker }; @@ -694,7 +694,11 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int /* -pp Command line Help */ +#if LIBPOSTPROC_VERSION_INT < (52<<16) const char *const pp_help= +#else +const char pp_help[] = +#endif "Available postprocessing filters:\n" "Filters Options\n" "short long name short long option Description\n"