mirror of https://git.ffmpeg.org/ffmpeg.git
Fix indention.
Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4ad04da214
commit
e75d233506
|
@ -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…
Reference in New Issue