diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 16:35:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 16:35:43 +0100 |
| commit | d39bfb9a1360a83f3451b79d01fdc4f465ef21d3 (patch) | |
| tree | 64ea69741155d15d114ad96daf0f90e24b3abe28 /src/lib/video_decoder.h | |
| parent | 7cd29c67a1977d67fc63f58c1d29826d7993a750 (diff) | |
Improve FFmpeg sync, in theory.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index c86248417..d24219d95 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -43,7 +43,7 @@ public: protected: void video (boost::shared_ptr<const Image>, bool, VideoContent::Frame); - VideoContent::Frame _next_video_frame; + VideoContent::Frame _video_position; }; #endif |
