From: Carl Hetherington Date: Tue, 30 Apr 2013 15:28:33 +0000 (+0100) Subject: Typo. X-Git-Tag: v2.0.48~1337^2~347^2~12 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=32b21d67ae5b87c5840dd0f642840aa2e245a6ed;p=dcpomatic.git Typo. --- 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; }