mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
10l
Originally committed as revision 7969 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
bc42388648
commit
51e19dccc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user