Hi,

On Wed, Dec 12, 2012 at 12:30 PM, Janne Grunau <janne-li...@jannau.net> wrote:
> ---
>  libavcodec/h264.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/h264.c b/libavcodec/h264.c
> index e8a22f8..546b046 100644
> --- a/libavcodec/h264.c
> +++ b/libavcodec/h264.c
> @@ -1125,6 +1125,8 @@ static int decode_init_thread_copy(AVCodecContext 
> *avctx)
>      memset(h->sps_buffers, 0, sizeof(h->sps_buffers));
>      memset(h->pps_buffers, 0, sizeof(h->pps_buffers));
>
> +    h->s.context_initialized = 0;
> +
>      return 0;
>  }

OK.

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to