mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
snowenc: fix indention
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
70a2a4934a
commit
a3e0fc9803
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user