diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-20 19:30:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-20 20:05:26 +0100 |
| commit | 572f030509c2b0c1f662a54624ab0be6efdd9024 (patch) | |
| tree | f34f14aa40f8ce0854f104fbabccd4f756bafd3d /src/lib/imagemagick_encoder.h | |
| parent | e9ca66f0d8897739cdef22f5011e0866f5a3f741 (diff) | |
Try to clean up stream handling wrt audio channel counts.
Diffstat (limited to 'src/lib/imagemagick_encoder.h')
| -rw-r--r-- | src/lib/imagemagick_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/imagemagick_encoder.h b/src/lib/imagemagick_encoder.h index 06f1723b1..29767ed03 100644 --- a/src/lib/imagemagick_encoder.h +++ b/src/lib/imagemagick_encoder.h @@ -36,7 +36,7 @@ class ImageMagickEncoder : public Encoder public: ImageMagickEncoder (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l); - void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) {} + void process_begin (int64_t audio_channel_layout) {} void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>); void process_audio (boost::shared_ptr<const AudioBuffers>) {} void process_end () {} |
