[FFmpeg-devel] [PATCH 1/2] hevc: avoid unnecessary calls to get_format
Rainer Hochecker
fernetmenta at online.de
Thu Mar 12 14:12:47 CET 2015
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
More information about the ffmpeg-devel
mailing list