Re: [libav-devel] [PATCH 1/1] mpegvideo: set extended_data in ff_update_duplicate_context()

2012-10-03 Thread Luca Barbato
On 10/03/2012 10:09 PM, Janne Grunau wrote: > AVFrame.extended_data has to reset to the AVFrame.data of the current > thread context after copying the frame contents. > Fixes crashes with frame-threading after 2bc0de38584. > --- > libavcodec/mpegvideo.c | 5 + > 1 file changed, 5 insertions(+)

[libav-devel] [PATCH 1/1] mpegvideo: set extended_data in ff_update_duplicate_context()

2012-10-03 Thread Janne Grunau
AVFrame.extended_data has to reset to the AVFrame.data of the current thread context after copying the frame contents. Fixes crashes with frame-threading after 2bc0de38584. --- libavcodec/mpegvideo.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegv