[FFmpeg-devel] [PATCH] Add frame buffer allocators

Gwenole Beauchesne gbeauchesne
Wed Mar 4 10:10:21 CET 2009


On Tue, 3 Mar 2009, Michael Niedermayer wrote:

>> + * Releases a frame buffer
>> + */
>> +static inline void free_frame_buffer(MpegEncContext *s, Picture *pic)
>> +{
>> +    s->avctx->release_buffer(s->avctx, (AVFrame*)pic);
>> +}
>
> this should not be inline, except that patch ok

Applied with this change. Thanks.




More information about the ffmpeg-devel mailing list