[SCM] libav/experimental: removing "-npp" (found by arpi)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:33:53 UTC 2013


The following commit has been merged in the experimental branch:
commit 1d9324fd4e179ff49df6cad3a3dd8280920166a1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Oct 30 21:13:07 2002 +0000

    removing "-npp" (found by arpi)
    
    Originally committed as revision 7987 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/postprocess.c b/postproc/postprocess.c
index b46309d..6353334 100644
--- a/postproc/postprocess.c
+++ b/postproc/postprocess.c
@@ -530,13 +530,13 @@ static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int
 /* -pp Command line Help
 */
 char *pp_help=
-"-npp <filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n"
+"<filterName>[:<option>[:<option>...]][,[-]<filterName>[:<option>...]]...\n"
 "long form example:\n"
-"-npp vdeblock:autoq,hdeblock:autoq,linblenddeint	-npp default,-vdeblock\n"
+"vdeblock:autoq,hdeblock:autoq,linblenddeint	default,-vdeblock\n"
 "short form example:\n"
-"-npp vb:a,hb:a,lb					-npp de,-vb\n"
+"vb:a,hb:a,lb					de,-vb\n"
 "more examples:\n"
-"-npp tn:64:128:256\n"
+"tn:64:128:256\n"
 "Filters			Options\n"
 "short	long name	short	long option	Description\n"
 "*	*		a	autoq		cpu power dependant enabler\n"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list