mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
Merge commit '2a06c2a03e1205aaeede5af850b9271752ddd4cf'
* commit '2a06c2a03e1205aaeede5af850b9271752ddd4cf': mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutions Conflicts: libavcodec/mpegvideo_enc.c See: 1e78679768b3a1ef336c5b52aa5027d8a50fcf0d Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e40cdf8604
@ -1193,8 +1193,8 @@ static int load_input_picture(MpegEncContext *s, const AVFrame *pic_arg)
|
||||
if ((s->width & 15) || (s->height & (vpad-1))) {
|
||||
s->mpvencdsp.draw_edges(dst, dst_stride,
|
||||
w, h,
|
||||
16>>h_shift,
|
||||
vpad>>v_shift,
|
||||
16 >> h_shift,
|
||||
vpad >> v_shift,
|
||||
EDGE_BOTTOM);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user