[FFmpeg-cvslog] avcodec/hevc_parser: add missing call to ff_hevc_reset_sei()

James Almer git at videolan.org
Fri May 19 01:56:35 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu May 18 19:54:09 2017 -0300| [1e8daf31e079beae232279293aa7371b58c29a0b] | committer: James Almer

avcodec/hevc_parser: add missing call to ff_hevc_reset_sei()

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e8daf31e079beae232279293aa7371b58c29a0b
---

 libavcodec/hevc_parser.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/hevc_parser.c b/libavcodec/hevc_parser.c
index d6102f3ab9..c72b1465f1 100644
--- a/libavcodec/hevc_parser.c
+++ b/libavcodec/hevc_parser.c
@@ -369,6 +369,7 @@ static void hevc_parser_close(AVCodecParserContext *s)
     ctx->ps.sps = NULL;
 
     ff_h2645_packet_uninit(&ctx->pkt);
+    ff_hevc_reset_sei(&ctx->sei);
 
     av_freep(&ctx->pc.buffer);
 }



More information about the ffmpeg-cvslog mailing list