diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-10-21 06:22:54 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-10-21 06:22:54 +0000 |
commit | b4a6c8fb50ac60d2d80b9208a9d60a7dbf1ec031 (patch) | |
tree | 2cf06d1f602a2f3e70479346029908c8ba7ed50e | |
parent | 12a5150bf439ff79c541c3dd7be41cede335c1b8 (diff) | |
download | ffmpeg-b4a6c8fb50ac60d2d80b9208a9d60a7dbf1ec031.tar.gz |
cosmetics, indentation
Originally committed as revision 25533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ituh263enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ituh263enc.c b/libavcodec/ituh263enc.c index ee0e0de23a..6a84636ec3 100644 --- a/libavcodec/ituh263enc.c +++ b/libavcodec/ituh263enc.c @@ -192,7 +192,7 @@ void h263_encode_picture_header(MpegEncContext * s, int picture_number) /* This should be here if PLUSPTYPE */ put_bits(&s->pb, 1, 0); /* Continuous Presence Multipoint mode: off */ - if (format == 8) { + if (format == 8) { /* Custom Picture Format (CPFMT) */ s->aspect_ratio_info= ff_h263_aspect_to_info(s->avctx->sample_aspect_ratio); |