Mercurial > libavcodec.hg
changeset 2414:18d77621fbc7 libavcodec
print "D" instead of "P" for dropable frames in flv with -debug 1
author | michael |
---|---|
date | Thu, 06 Jan 2005 01:02:36 +0000 |
parents | d0b4f62a63ae |
children | db2cf6005d19 |
files | h263.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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=