diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-26 21:35:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-26 21:35:02 +0100 |
| commit | d851e5d3fd3e5af48c7e464a305c9d0001999700 (patch) | |
| tree | b0b492079c7addf898acb4aa1b9dd72b1f1efeeb /src/lib/playlist.h | |
| parent | ef5bc177625b9365c42cbabf3f3e45d6689305b5 (diff) | |
Fix content length reporting; fix crash when player has audio disabled.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 9a2627b1d..85bde64ff 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -64,6 +64,7 @@ public: ContentVideoFrame video_length () const; AudioMapping default_audio_mapping () const; + ContentVideoFrame content_length () const; enum AudioFrom { AUDIO_FFMPEG, |
