|
|
@@ -205,7 +205,7 @@ int ff_mpv_frame_size_alloc(MpegEncContext *s, int linesize) |
|
|
FF_ALLOCZ_OR_GOTO(s->avctx, s->edge_emu_buffer, alloc_size * 2 * 24, |
|
|
FF_ALLOCZ_OR_GOTO(s->avctx, s->edge_emu_buffer, alloc_size * 2 * 24, |
|
|
fail); |
|
|
fail); |
|
|
|
|
|
|
|
|
FF_ALLOCZ_OR_GOTO(s->avctx, s->me.scratchpad, alloc_size * 2 * 16 * 2, |
|
|
|
|
|
|
|
|
FF_ALLOCZ_OR_GOTO(s->avctx, s->me.scratchpad, alloc_size * 2 * 16 * 3, |
|
|
fail) |
|
|
fail) |
|
|
s->me.temp = s->me.scratchpad; |
|
|
s->me.temp = s->me.scratchpad; |
|
|
s->rd_scratchpad = s->me.scratchpad; |
|
|
s->rd_scratchpad = s->me.scratchpad; |
|
|
|