diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-10-29 23:36:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-29 23:36:37 +0000 |
commit | 51e19dccc75db1a0cbc467df9fb646993ffc513d (patch) | |
tree | 6e0330b646dadc71b01feddd786a4f059a66e32b | |
parent | bc423886482de2be384ba583e1d5ddbcf3aac262 (diff) | |
download | ffmpeg-51e19dccc75db1a0cbc467df9fb646993ffc513d.tar.gz |
10l
Originally committed as revision 7969 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r-- | postproc/postprocess.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess.c b/postproc/postprocess.c index a3d2ed36bb..fc633612d9 100644 --- a/postproc/postprocess.c +++ b/postproc/postprocess.c @@ -598,6 +598,7 @@ struct PPMode pp_get_mode_by_name_and_quality(char *name, int quality) ppMode.flatnessThreshold=40; ppMode.flatnessThreshold= 56-16; ppMode.maxClippedThreshold= 0.01; + ppMode.error=0; strncpy(temp, name, GET_MODE_BUFFER_SIZE); @@ -845,6 +846,7 @@ for(y=0; y<mbHeight; y++){ printf("\n"); } //printf("pict_type:%d\n", pict_type); + if(pict_type!=3) { int x,y; |