[FFmpeg-devel] [PATCH] 4xm: use reget_buffer() in decode_frame()

Stefano Sabatini stefano.sabatini-lala at poste.it
Wed Apr 27 12:10:50 CEST 2011


On date Tuesday 2011-04-26 16:00:42 +0200, Michael Niedermayer encoded:
> On Tue, Apr 26, 2011 at 11:59:55AM +0200, Stefano Sabatini wrote:
> > Also remove unnecessary call to avctx->release_buffer(). reget_buffer
> > is required since apparently the coded needs to be passed the previous
> > frame data again.
> > 
> > Releasing the frame and using get_buffer was working only in the case
> > get_buffer() was returning the old frame data again, and resulting in
> > playback artifacts otherwise.
> > 
> > Fix trac issue #85.
> 
> ok, that one was a 10l mistake between teh skip block case and the
> buffer handling

Pushed.
-- 
FFmpeg = Friendly & Foolish Minimalistic Peaceless Exploitable Gymnast


More information about the ffmpeg-devel mailing list