diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 15:17:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 15:17:45 +0100 |
| commit | c2b6ca1193107581b433d294aa2327a936f77383 (patch) | |
| tree | 08d26653c408f8af7e070a60f62e6feac1509e58 /src/lib/ffmpeg_content.h | |
| parent | 4b971f28170354c415f74fd99cbcc3a328325337 (diff) | |
Tidy up video state identifer code slightly.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 2 |
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; |
