Commit aa224e67 authored by michaelni's avatar michaelni

larger edge emu buffer (might have been too small)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@773 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bd44d571
...@@ -181,7 +181,7 @@ int MPV_common_init(MpegEncContext *s) ...@@ -181,7 +181,7 @@ int MPV_common_init(MpegEncContext *s)
s->ip_buffer_count= 2; s->ip_buffer_count= 2;
} }
CHECKED_ALLOCZ(s->edge_emu_buffer, (s->width+32)*2*17); CHECKED_ALLOCZ(s->edge_emu_buffer, (s->width+64)*2*17*2); //(width + edge + align)*interlaced*MBsize*tolerance
if (s->encoding) { if (s->encoding) {
int j; int j;
......
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