diff options
author | Dyami Caliri <dyami@dragonframe.com> | 2015-02-26 10:17:01 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-13 17:06:10 +0100 |
commit | b8c5cd5b8d6e0c2f8a66217448b5dd247d1eba89 (patch) | |
tree | 2a6882b42ef8f706a96552296d174b27c9db8f75 /libavformat/ffmdec.c | |
parent | e2565069507693280060557d3f2774d6733542ad (diff) | |
download | ffmpeg-b8c5cd5b8d6e0c2f8a66217448b5dd247d1eba89.tar.gz |
Fix buffer_size argument to init_put_bits() in multiple encoders.
Several encoders were multiplying the buffer size by 8, in order to get
a bit size. However, the buffer_size argument is for the byte size of
the buffer. We had experienced crashes encoding prores (Anatoliy) at
size 4096x4096.
(cherry picked from commit 50833c9f7b4e1922197a8955669f8ab3589c8cef)
Conflicts:
libavcodec/proresenc_kostya.c
Conflicts:
libavcodec/faxcompr.c
libavcodec/s302menc.c
Diffstat (limited to 'libavformat/ffmdec.c')
0 files changed, 0 insertions, 0 deletions