OSDN Git Service

snowenc: fix indention
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 6 Mar 2013 18:26:56 +0000 (19:26 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 6 Mar 2013 18:28:11 +0000 (19:28 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/snowenc.c

index 0441f7d..c0c847a 100644 (file)
@@ -1671,10 +1671,10 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
             memcpy(&s->input_picture.data[i][y * s->input_picture.linesize[i]],
                    &pict->data[i][y * pict->linesize[i]],
                    width>>hshift);
-            s->dsp.draw_edges(s->input_picture.data[i], s->input_picture.linesize[i],
-                              width >> hshift, height >> vshift,
-                              EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift,
-                              EDGE_TOP | EDGE_BOTTOM);
+        s->dsp.draw_edges(s->input_picture.data[i], s->input_picture.linesize[i],
+                            width >> hshift, height >> vshift,
+                            EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift,
+                            EDGE_TOP | EDGE_BOTTOM);
 
     }
     emms_c();