summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 15:17:45 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 15:17:45 +0100
commitc2b6ca1193107581b433d294aa2327a936f77383 (patch)
tree08d26653c408f8af7e070a60f62e6feac1509e58 /src/lib/ffmpeg_content.h
parent4b971f28170354c415f74fd99cbcc3a328325337 (diff)
Tidy up video state identifer code slightly.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 5b9f1f579..2d8a043f7 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -98,6 +98,8 @@ public:
boost::shared_ptr<Content> clone () const;
Time length () const;
+ std::string identifier () const;
+
/* AudioContent */
int audio_channels () const;
AudioContent::Frame audio_length () const;