From 3eb9e571dc8ddfc9d1ae99c2ee75f607181819c7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 25 Mar 2011 02:50:09 +0100 Subject: [PATCH] Remove a tab, somehow it sneaked past the hooks in the merge war. Signed-off-by: Michael Niedermayer --- libavcodec/mpegvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 10a488bb27..16f3985291 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -2246,7 +2246,7 @@ void MPV_decode_mb(MpegEncContext *s, DCTELEM block[12][64]){ * @param h is the normal height, this will be reduced automatically if needed for the last row */ void ff_draw_horiz_band(MpegEncContext *s, int y, int h){ - const int field_pic= s->picture_structure != PICT_FRAME; + const int field_pic= s->picture_structure != PICT_FRAME; if(field_pic){ h <<= 1; y <<= 1;