Patchset updated and rebased on master with the following minor changes: * add av_assert0 in ff_frame_pool_get_{audio,video}_config * FFFramePool.type declared as enum AVMediaType instead of int
I was not able to reproduce the issue Michael had with the following command line: ffmpeg -f lavfi -i testsrc -vcodec libxvid -vframes 2 out.mov The end goal of having lavfi/framepool support audio, despite the really minor performance gain, is to provide a framepool API that could be shared between lavc/utils.c and libavfilter with a few code interations over the FFFramePool code. Please comment, Matthieu _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel