diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/filter_graph.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index b0427a23d..8ff5e75df 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -150,6 +150,7 @@ FFmpegFilterGraph::process (AVFrame* frame) } images.push_back (shared_ptr<Image> (new SimpleImage (_frame))); + av_frame_unref (_frame); } return images; |
