This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/hevc_parser: add missing call to ff_hevc_reset_sei()
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.4
James Almer
8 years ago
parent
f5e5c53117
commit
1e8daf31e0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/hevc_parser.c
+ 1
- 0
libavcodec/hevc_parser.c
View File
@@ -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);
}
Write
Preview
Loading…
Cancel
Save