[SCM] libav/experimental: fix typo found by Milan Cutka <cutka at szm.sk>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:31:25 UTC 2013


The following commit has been merged in the experimental branch:
commit 096172d435b8c1a8136fbc57845515b900f26bc0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Apr 12 14:01:10 2002 +0000

    fix typo found by Milan Cutka <cutka at szm.sk>
    
    Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/postprocess.h b/postproc/postprocess.h
index 2fc56f5..b2ad963 100644
--- a/postproc/postprocess.h
+++ b/postproc/postprocess.h
@@ -116,7 +116,7 @@ void postprocess2(unsigned char * src[], int src_stride,
 int getPpModeForQuality(int quality);
 
 // name is the stuff after "-pp" on the command line
-struct PPMode getPpModeByNameAndQuality(char *name, int quality);
+struct PPMode getPPModeByNameAndQuality(char *name, int quality);
 
 int readPPOpt(void *conf, char *arg);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list