From 4fb0a5ab9eebc0f07981edc3a6813102520b8233 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Nov 2012 15:58:22 +0000 Subject: Various work on range setting. --- src/lib/ab_transcoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ab_transcoder.cc') diff --git a/src/lib/ab_transcoder.cc b/src/lib/ab_transcoder.cc index beedd478f..0579aa4ff 100644 --- a/src/lib/ab_transcoder.cc +++ b/src/lib/ab_transcoder.cc @@ -66,7 +66,7 @@ ABTranscoder::~ABTranscoder () } void -ABTranscoder::process_video (shared_ptr yuv, int frame, shared_ptr sub, int index) +ABTranscoder::process_video (shared_ptr yuv, SourceFrame frame, shared_ptr sub, int index) { if (index == 0) { /* Keep this image around until we get the other half */ -- cgit v1.2.3