diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/filter_graph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index 2352b3e8a..47f99da14 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -140,7 +140,7 @@ FilterGraph::process (AVFrame* frame) while (1) { AVFrame* frame = av_frame_alloc (); - if (av_buffersink_get_frame (_buffer_sink_context, 0) < 0) { + if (av_buffersink_get_frame (_buffer_sink_context, frame) < 0) { av_frame_free (&frame); break; } |
