Increase avcodec encoding output buffer size
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
Showing
Please register or sign in to comment