提交 c26a05d9 编写于 作者: Z Zhang Rui

ff_ffplay: merge: 7916f04b89d4e970f17a14776b71b8c61c2b117d

    ffplay: Remove "&& 0" from already disabled debug code
Reviewed-by: NMarton Balint <cus@passwd.hu>
Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 e8b57052
......@@ -1220,7 +1220,7 @@ static int queue_picture(FFPlayer *ffp, AVFrame *src_frame, double pts, double d
VideoState *is = ffp->is;
Frame *vp;
#if defined(DEBUG_SYNC) && 0
#if defined(DEBUG_SYNC)
printf("frame_type=%c pts=%0.3f\n",
av_get_picture_type_char(src_frame->pict_type), pts);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册