diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-07 14:05:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-07 14:05:34 +0000 |
| commit | 5c225839172ce9f0a9be81dabfbbeb3190a9ff20 (patch) | |
| tree | 774f7db3f4372f4d8facca71b61ad2740ba428c5 /src/lib/decoder.h | |
| parent | 5ff6c5b412fcd63c1a4dad88d1535fb56e457b8e (diff) | |
Move audio sample format stuff out of Decoder base class.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 30b7dd41f..1807254db 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -65,8 +65,6 @@ public: virtual int audio_channels () const = 0; /** @return audio sampling rate in Hz */ virtual int audio_sample_rate () const = 0; - /** @return format of audio samples */ - virtual AVSampleFormat audio_sample_format () const = 0; virtual int64_t audio_channel_layout () const = 0; virtual bool has_subtitles () const = 0; @@ -111,8 +109,6 @@ protected: void process_subtitle (boost::shared_ptr<TimedSubtitle>); void repeat_last_video (); - int bytes_per_audio_sample () const; - /** our Film */ boost::shared_ptr<Film> _film; /** our options */ |
