Mercurial > libavcodec.hg
changeset 4998:8508554c4391 libavcodec
cosmetics: indent
author | aurel |
---|---|
date | Sun, 13 May 2007 00:26:21 +0000 |
parents | cf3aa94c3161 |
children | 0c4bf6b7d1c6 |
files | mpegvideo.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.c Sun May 13 00:24:37 2007 +0000 +++ b/mpegvideo.c Sun May 13 00:26:21 2007 +0000 @@ -4585,7 +4585,8 @@ break; case CODEC_ID_H261: if (ENABLE_H261_ENCODER) - ff_h261_encode_mb(s, s->block, motion_x, motion_y); break; + ff_h261_encode_mb(s, s->block, motion_x, motion_y); + break; case CODEC_ID_H263: case CODEC_ID_H263P: case CODEC_ID_FLV1: @@ -5767,7 +5768,7 @@ break; case FMT_H261: if (ENABLE_H261_ENCODER) - ff_h261_encode_picture_header(s, picture_number); + ff_h261_encode_picture_header(s, picture_number); break; case FMT_H263: if (ENABLE_WMV2_ENCODER && s->codec_id == CODEC_ID_WMV2)