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
vf_libvmaf: Fix memory leak
Fixes ticket
#6967
tags/n4.0
enctac
Kyle Swanson
8 years ago
parent
35eeff30ca
commit
be502ec6cd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/vf_libvmaf.c
+ 2
- 0
libavfilter/vf_libvmaf.c
View File
@@ -130,6 +130,8 @@ FRAMESYNC_DEFINE_CLASS(libvmaf, LIBVMAFContext, fs);
\
ret = !s->frame_set; \
\
av_frame_unref(s->gref); \
av_frame_unref(s->gmain); \
s->frame_set = 0; \
\
pthread_cond_signal(&s->cond); \
Write
Preview
Loading…
Cancel
Save