mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove some non-compiling debug messages.
This commit is contained in:
parent
8543f0f923
commit
ac4a854811
@ -1119,8 +1119,6 @@ void ff_estimate_p_frame_motion(MpegEncContext * s,
|
||||
// pic->mb_cmp_score[s->mb_stride * mb_y + mb_x] = dmin;
|
||||
c->mc_mb_var_sum_temp += (vard+128)>>8;
|
||||
|
||||
av_dlog(s, "varc=%4d avg_var=%4d (sum=%4d) vard=%4d mx=%2d my=%2d\n",
|
||||
varc, s->avg_mb_var, sum, vard, mx - xx, my - yy);
|
||||
if(mb_type){
|
||||
int p_score= FFMIN(vard, varc-500+(s->lambda2>>FF_LAMBDA_SHIFT)*100);
|
||||
int i_score= varc-500+(s->lambda2>>FF_LAMBDA_SHIFT)*20;
|
||||
|
@ -583,9 +583,6 @@ static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index,
|
||||
int64_t pos, pts, dts;
|
||||
|
||||
pos = *ppos;
|
||||
#ifdef DEBUG_SEEK
|
||||
printf("read_dts: pos=0x%"PRIx64" next=%d -> ", pos, find_next);
|
||||
#endif
|
||||
if (avio_seek(s->pb, pos, SEEK_SET) < 0)
|
||||
return AV_NOPTS_VALUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user