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.