From: Erik J. <eri...@gm...> - 2013-06-04 16:03:50
|
Some codecs in the latest ffmpeg requires that size and format information is set in the AVFrame passed to avcodec_encode_video2. Without this information, trying to encode e.g. 'ffv1' will segfault. Fix attached. Regards // Erik |