mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 05:57:49 +02:00
avcodec/hevc_parser: add missing call to ff_hevc_reset_sei()
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
f5e5c53117
commit
1e8daf31e0
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user