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 20:05:26 +0100
commit068f8fe319aad390788bdea24ad21ef758d6dd03 (patch)
treea029685c2aff69c9cbce8839f2cdcf42d4b08748 /src/lib/ffmpeg_decoder.h
parentb996eb8276dc4645745540190c9a2f5e2c875c0c (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;