Skip to content
Snippets Groups Projects
Commit 096172d4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

fix typo found by Milan Cutka <cutka@szm.sk>

Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 9eafa60d
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ void postprocess2(unsigned char * src[], int src_stride, ...@@ -116,7 +116,7 @@ void postprocess2(unsigned char * src[], int src_stride,
int getPpModeForQuality(int quality); int getPpModeForQuality(int quality);
// name is the stuff after "-pp" on the command line // 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); int readPPOpt(void *conf, char *arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment