OSDN Git Service

avcodec/mpegvideo_enc: Allocate only a small buffer and reallocate as needed
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 29 Sep 2014 03:42:59 +0000 (05:42 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 29 Sep 2014 19:50:53 +0000 (21:50 +0200)
commit1441641d786a2deecae49c6dc2979af8791ce962
tree2055b204e6c36c1b2b9b616026b725f505f4fbd1
parenta2d5f6b9dbcc81dda68309c96e9c2a227cb37976
avcodec/mpegvideo_enc: Allocate only a small buffer and reallocate as needed

This should reduce the memory requirement

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegvideo_enc.c