• Rafaël Carré's avatar
    Increase avcodec encoding output buffer size · cdae7653
    Rafaël Carré authored
    Make some room for potential headers, You can now output VLC_CODEC_BMP
    We use the same arbitrary value of 200 bytes than ffmpeg.c
    
    Note: if we can ask FFmpeg to output RGBA (32bpp) or RGB48 (48bpp) then
    the multiplier should be increased to 4 or 6 (needs to be investigated)
    
    Pointed-out-by: ivoire
    cdae7653
encoder.c 34.6 KB