Commit 5c6283e5 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegvideo: Increase MAX_MV for HD video

Fixes out of array reads

Found-by: Thierry Foucu
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2d372d3a
......@@ -57,7 +57,7 @@ enum OutputFormat {
#define QMAT_SHIFT 21
#define MAX_FCODE 7
#define MAX_MV 2048
#define MAX_MV 4096
#define MAX_THREADS 32
#define MAX_PICTURE_COUNT 36
......
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