diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-27 01:52:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-27 01:52:07 +0100 |
| commit | f0488edf2b3bc2874deb077879523becba7d0d10 (patch) | |
| tree | ceccd80049ce4cd309e6ba1518cf202314dd82f9 /src/lib/decoder.h | |
| parent | b15e972e14ba5ad2863cb878fa02409eb87a41f8 (diff) | |
Clean up channels coming from ffmpeg wrt those thought to be the case.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<const FilmState> _fs; |
