summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
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;
}