summaryrefslogtreecommitdiff
path: root/libavcodec/intelh263dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-07 14:55:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-07 14:55:11 +0000
commit4fea04820b2d476d467a4f596bbd50b281b6c4e5 (patch)
tree3fa0da04b91d69b5f5099ee19ee7bb2e91320739 /libavcodec/intelh263dec.c
parent9ea7f03aa08151d8e490d83d3fff3f9d5f1a3b3b (diff)
Factorize if() surrounding every ff_h263_show_pict_info() call.
Originally committed as revision 21058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intelh263dec.c')
-rw-r--r--libavcodec/intelh263dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index 4a0078b8c4..08defb37fb 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -109,7 +109,6 @@ int ff_intel_h263_decode_picture_header(MpegEncContext *s)
s->y_dc_scale_table=
s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
- if(s->avctx->debug&FF_DEBUG_PICT_INFO)
ff_h263_show_pict_info(s);
return 0;