Browse Source

Fix indention.

Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
e75d233506
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/intelh263dec.c

+ 1
- 1
libavcodec/intelh263dec.c View File

@@ -109,7 +109,7 @@ int ff_intel_h263_decode_picture_header(MpegEncContext *s)
s->y_dc_scale_table=
s->c_dc_scale_table= ff_mpeg1_dc_scale_table;

ff_h263_show_pict_info(s);
ff_h263_show_pict_info(s);

return 0;
}


Loading…
Cancel
Save