summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-24 00:49:37 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-24 00:49:37 +0100
commit2783bac450101e809c485ef249ce55a9c6d7996e (patch)
treeba71ef28d167d061b2ecde34dd6f2f2e01c06993 /src/lib/ffmpeg_decoder.h
parent579dfce1bae018efd73c9f5f3f31770cb401d19a (diff)
Remove old unused stuff.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 29e06c7d4..26b5d6979 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -57,8 +57,6 @@ public:
~FFmpegDecoder ();
/* Methods to query our input video */
- int length_in_frames () const;
- int decoding_frames () const;
float frames_per_second () const;
Size native_size () const;
int audio_channels () const;