mpegvideo: set extended_data in ff_update_duplicate_context()
authorJanne Grunau <janne-libav@jannau.net>
Wed, 3 Oct 2012 19:41:52 +0000 (21:41 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 3 Oct 2012 20:08:49 +0000 (22:08 +0200)
commit1481e198251192c9801d4e7818c3c23bc217f705
treee01783f7f50e36bda392212a362c1eb883145932
parent45e5d0c3ac0d144cf4dc7fb3d852ee05814bbd2b
mpegvideo: set extended_data in ff_update_duplicate_context()

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