Rainer Hochecker <fernetmenta <at> online.de> writes:

hevc_decode_flush(AVCodecContext *avctx)
>  {
>      HEVCContext *s = avctx->priv_data;
>      ff_hevc_flush_dpb(s);
> +    hevc_decode_free(avctx);
> +    s->context_initialized = 0;
>      s->max_ra = INT_MAX;
>  }
> 

this is a left over from debugging. does not belong to the patch




_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to