From 58f53485bb112896a9446771acfa2abe0a528cec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Oct 2012 19:30:04 +0100 Subject: Try to clean up stream handling wrt audio channel counts. --- src/lib/encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 3317d30d1..561e41901 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -55,7 +55,7 @@ public: Encoder (boost::shared_ptr s, boost::shared_ptr o, Log* l); /** Called to indicate that a processing run is about to begin */ - virtual void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) = 0; + virtual void process_begin (int64_t audio_channel_layout) = 0; /** Called with a frame of video. * @param i Video frame image. -- cgit v1.2.3