diff options
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; |
