Skip to content
Snippets Groups Projects
Commit 2a06c2a0 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Martin Storsjö
Browse files

mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutions


This improves motion estimation and avoids using uninitialized data
for resolutions that aren't a multiple of 16.

Prior to d2a25c40, the edges used to be initialized so that encoding
was deterministic, but after that commit it started using uninitialized
data (for non multiple of 16 resolutions).

CC: libav-stable@libav.org
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 91089675
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment