• Dyami Caliri's avatar
    Fix buffer_size argument to init_put_bits() in multiple encoders. · b49f8de4
    Dyami Caliri authored
    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 50833c9f)
    
    Conflicts:
    
    	libavcodec/proresenc_kostya.c
    b49f8de4
flashsvenc.c 8.98 KB