On 03/12/13 00:16, Anton Khirnov wrote:
> It is encoding-only, frame threading is not used for encoding.
> ---
> libavcodec/mpegvideo.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
> index 0bcf48b..0aa725b 100644
> --- a/libavcodec/mpegvideo.c
> +++ b/libavcodec/mpegvideo.c
> @@ -683,7 +683,6 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst,
>
> s->coded_picture_number = s1->coded_picture_number;
> s->picture_number = s1->picture_number;
> - s->input_picture_number = s1->input_picture_number;
>
> for (i = 0; i < MAX_PICTURE_COUNT; i++) {
> ff_mpeg_unref_picture(s, &s->picture[i]);
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel