diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 16:04:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 16:04:45 +0000 |
commit | e75d233506a044b1fcf81250d0941a2176fe6399 (patch) | |
tree | bd6d540543217765eacb73879c1770eb8f337ce0 /libavcodec/intelh263dec.c | |
parent | 4ad04da2142e6a38aebee0960152488f6820f440 (diff) | |
download | ffmpeg-e75d233506a044b1fcf81250d0941a2176fe6399.tar.gz |
Fix indention.
Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intelh263dec.c')
-rw-r--r-- | libavcodec/intelh263dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c index 08defb37fb..fb7aaafd2f 100644 --- a/libavcodec/intelh263dec.c +++ b/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; } |