Fix indention.

Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 15 years ago
parent 4ad04da214
commit e75d233506
  1. 2
      libavcodec/intelh263dec.c

@ -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