diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-27 16:38:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-27 16:38:28 +0100 |
| commit | 661de111c0dbc968ecb004eca5b26f8400b136f1 (patch) | |
| tree | 3097de840bd9b6acf48bc5cc857371998cb00bff /src/lib/ffmpeg_content.h | |
| parent | a28f926237c3de58c202843bea7913c276d0cbbc (diff) | |
FFmpegContent does not need audio_length().
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index cff5eaed8..6d27c66ca 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -69,7 +69,6 @@ public: /* AudioContent */ int audio_channels () const; - Frame audio_length () const; int audio_frame_rate () const; AudioMapping audio_mapping () const; void set_audio_mapping (AudioMapping); |
