diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-23 13:25:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-23 13:25:04 +0000 |
| commit | bab2a1cf99c58dcb598fed383015b1937d3ea07f (patch) | |
| tree | 1cb683cc5dfc29ea9fd254c88da299fb13b69f54 /src/lib/ffmpeg.h | |
| parent | 13b2b8f48f3f1a22277a760a7fada980b9f37677 (diff) | |
Tidy up a bit.
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index c94b8d8ac..182ee634b 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -52,7 +52,6 @@ public: int avio_read (uint8_t *, int); int64_t avio_seek (int64_t, int); - int64_t avio_length (); protected: AVCodecContext* video_codec_context () const; |
