diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-20 19:30:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-20 19:30:04 +0100 |
| commit | 58f53485bb112896a9446771acfa2abe0a528cec (patch) | |
| tree | f34f14aa40f8ce0854f104fbabccd4f756bafd3d /src/lib/encoder.h | |
| parent | 6e8e4f7ae9a9ae243a1b7d9e17f6b6cacae277b3 (diff) | |
Try to clean up stream handling wrt audio channel counts.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<const FilmState> s, boost::shared_ptr<const Options> 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. |
