From b4a6c8fb50ac60d2d80b9208a9d60a7dbf1ec031 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 21 Oct 2010 06:22:54 +0000 Subject: cosmetics, indentation Originally committed as revision 25533 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ituh263enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ituh263enc.c') 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); -- cgit v1.2.3