提交 85df8f7c 编写于 作者: M Michael Niedermayer

print "D" instead of "P" for dropable frames in flv with -debug 1

Originally committed as revision 3810 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3f05305d
......@@ -6141,7 +6141,7 @@ int flv_h263_decode_picture_header(MpegEncContext *s)
if(s->avctx->debug & FF_DEBUG_PICT_INFO){
av_log(s->avctx, AV_LOG_DEBUG, "%c esc_type:%d, qp:%d num:%d\n",
av_get_pict_type_char(s->pict_type), s->h263_flv-1, s->qscale, s->picture_number);
s->dropable ? 'D' : av_get_pict_type_char(s->pict_type), s->h263_flv-1, s->qscale, s->picture_number);
}
s->y_dc_scale_table=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册