summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-30 15:05:32 +0000
committerCarl Hetherington <cth@carlh.net>2012-10-30 15:05:32 +0000
commite3636952b0d443f61c2966450cc68bc25480dfe2 (patch)
tree9f215a4400bccbb39257827a8e91b961dd0ed4a5 /src/lib/decoder.h
parentc191d7f6bf9dfae30a451f5cc3e434812fd43e6c (diff)
Tweak naming.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h2
1 files changed, 1 insertions, 1 deletions
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;
}