[FFmpeg-cvslog] r18482 - trunk/libavcodec/mpegvideo.c
bcoudurier
subversion
Mon Apr 13 05:35:32 CEST 2009
Author: bcoudurier
Date: Mon Apr 13 05:35:32 2009
New Revision: 18482
Log:
fix indentation
Modified:
trunk/libavcodec/mpegvideo.c
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c Mon Apr 13 05:33:39 2009 (r18481)
+++ trunk/libavcodec/mpegvideo.c Mon Apr 13 05:35:32 2009 (r18482)
@@ -447,7 +447,7 @@ av_cold int MPV_common_init(MpegEncConte
if(s->codec_id == CODEC_ID_MPEG2VIDEO && !s->progressive_sequence)
s->mb_height = (s->height + 31) / 32 * 2;
else
- s->mb_height = (s->height + 15) / 16;
+ s->mb_height = (s->height + 15) / 16;
if(s->avctx->pix_fmt == PIX_FMT_NONE){
av_log(s->avctx, AV_LOG_ERROR, "decoding to PIX_FMT_NONE is not supported.\n");
More information about the ffmpeg-cvslog
mailing list