From f0488edf2b3bc2874deb077879523becba7d0d10 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 27 Jul 2012 01:52:07 +0100 Subject: Clean up channels coming from ffmpeg wrt those thought to be the case. --- src/lib/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 198dfb8dc..5c69e12d0 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -104,7 +104,7 @@ protected: virtual int sample_aspect_ratio_denominator () const = 0; void process_video (AVFrame *); - void process_audio (uint8_t *, int, int); + void process_audio (uint8_t *, int); /** our FilmState */ boost::shared_ptr _fs; -- cgit v1.2.3