From d23ced341f50f47759e75260d706c06c0cb74046 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Oct 2012 17:03:32 +0100 Subject: Don't cache sample format, fix up various things. --- src/lib/ffmpeg_decoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg_decoder.h') 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 audio_streams () const; std::vector subtitle_streams () const; -- cgit v1.2.3