X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpthread_frame.c;h=13d682842d6d14f8784a1b4442e54f1de06b1a73;hb=1fd76277708cf83572ba243e98f9e848c652f83d;hp=46c6292253d441b1a0b4c9d41013c01f6fc9e666;hpb=5b281b476b32c35527c0eea5f42161c4acad83f9;p=ffmpeg diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index 46c6292253d..13d682842d6 100644 --- a/libavcodec/pthread_frame.c +++ b/libavcodec/pthread_frame.c @@ -800,7 +800,7 @@ int ff_frame_thread_init(AVCodecContext *avctx) } *copy->internal = *src->internal; copy->internal->thread_ctx = p; - copy->internal->pkt = &p->avpkt; + copy->internal->last_pkt_props = &p->avpkt; if (!i) { src = copy;