summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-08 19:09:46 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-08 19:09:46 +0000
commit3190fb98298ebdd29c41b2cf6019a381e71a6248 (patch)
treec92a2332400ac7e38e5f30fe0497796866955cce /src/lib/ffmpeg_content.h
parent04bfeac6ccfe4e4c981a241f53138c765a0864a7 (diff)
Name audio analyses with stream ID so that you can see analyses
for different streams correctly. Reported-by: Markus Raab
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 6dbff41d1..9600666b3 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -150,6 +150,7 @@ public:
int output_audio_frame_rate () const;
AudioMapping audio_mapping () const;
void set_audio_mapping (AudioMapping);
+ boost::filesystem::path audio_analysis_path () const;
void set_filters (std::vector<Filter const *> const &);