From e3636952b0d443f61c2966450cc68bc25480dfe2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Oct 2012 15:05:32 +0000 Subject: Tweak naming. --- src/lib/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index cbcfe7008..31cf9d97d 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -81,7 +81,7 @@ public: void go (); /** @return the index of the last video frame to be processed */ - int last_video_frame () const { + int video_frame () const { return _video_frame; } -- cgit v1.2.3