Commit b1bf2b0a authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7969 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 0fdc1aab
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment