Browse Source

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

Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
096172d435
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/postprocess.h

+ 1
- 1
postproc/postprocess.h View File

@@ -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);




Loading…
Cancel
Save