Commit 1e8daf31 authored by James Almer's avatar James Almer

avcodec/hevc_parser: add missing call to ff_hevc_reset_sei()

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent f5e5c531
...@@ -369,6 +369,7 @@ static void hevc_parser_close(AVCodecParserContext *s) ...@@ -369,6 +369,7 @@ static void hevc_parser_close(AVCodecParserContext *s)
ctx->ps.sps = NULL; ctx->ps.sps = NULL;
ff_h2645_packet_uninit(&ctx->pkt); ff_h2645_packet_uninit(&ctx->pkt);
ff_hevc_reset_sei(&ctx->sei);
av_freep(&ctx->pc.buffer); av_freep(&ctx->pc.buffer);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment