# HG changeset patch # User michael # Date 1104973356 0 # Node ID 18d77621fbc7cddd1aade177de6c179601cc1d49 # Parent d0b4f62a63ae0c67c88fe786a5d3020744156fe5 print "D" instead of "P" for dropable frames in flv with -debug 1 diff -r d0b4f62a63ae -r 18d77621fbc7 h263.c --- a/h263.c Thu Jan 06 00:54:03 2005 +0000 +++ b/h263.c Thu Jan 06 01:02:36 2005 +0000 @@ -6141,7 +6141,7 @@ 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=