summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-20 17:03:32 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-20 17:03:32 +0100
commitd23ced341f50f47759e75260d706c06c0cb74046 (patch)
treea029685c2aff69c9cbce8839f2cdcf42d4b08748 /src/lib/ffmpeg_decoder.h
parent476af651fc34d7c6394fea0e39d351392b4e46d3 (diff)
Don't cache sample format, fix up various things.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 9abc7f49a..0d256b37e 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -65,6 +65,7 @@ public:
AVSampleFormat audio_sample_format () const;
int64_t audio_channel_layout () const;
bool has_subtitles () const;
+ int bytes_per_audio_sample () const;
std::vector<Stream> audio_streams () const;
std::vector<Stream> subtitle_streams () const;