diff options
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 2c0028fd1..f5c3cd743 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -60,6 +60,7 @@ protected: boost::shared_ptr<const VideoContent> _video_content; std::list<ContentVideo> _decoded_video; + bool _same; }; #endif |
