Commit 3eb9e571 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove a tab, somehow it sneaked past the hooks in the merge war.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6dfb4ab8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment