summaryrefslogtreecommitdiff
path: root/src/lib/tiff_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-07 14:05:34 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-07 14:05:34 +0000
commit5c225839172ce9f0a9be81dabfbbeb3190a9ff20 (patch)
tree774f7db3f4372f4d8facca71b61ad2740ba428c5 /src/lib/tiff_decoder.h
parent5ff6c5b412fcd63c1a4dad88d1535fb56e457b8e (diff)
Move audio sample format stuff out of Decoder base class.
Diffstat (limited to 'src/lib/tiff_decoder.h')
-rw-r--r--src/lib/tiff_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tiff_decoder.h b/src/lib/tiff_decoder.h
index 1c33443cf..e6821eec6 100644
--- a/src/lib/tiff_decoder.h
+++ b/src/lib/tiff_decoder.h
@@ -49,7 +49,6 @@ public:
Size native_size () const;
int audio_channels () const;
int audio_sample_rate () const;
- AVSampleFormat audio_sample_format () const;
int64_t audio_channel_layout () const;
bool has_subtitles () const {
return false;