diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-25 02:50:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-25 02:51:20 +0100 |
commit | 3eb9e571dc8ddfc9d1ae99c2ee75f607181819c7 (patch) | |
tree | 07215ea7f5aa222c7d7519b96e7e1e277cacbd32 /libavcodec/mpegvideo.c | |
parent | 6dfb4ab8c8e8069ecf6b9c3d056f43df57a1c643 (diff) | |
download | ffmpeg-3eb9e571dc8ddfc9d1ae99c2ee75f607181819c7.tar.gz |
Remove a tab, somehow it sneaked past the hooks in the merge war.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |