diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index aa541fc32..309fa0670 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -86,7 +86,7 @@ public: */ bool has_own_video_frame_rate () const { boost::mutex::scoped_lock lm (_mutex); - return _video_frame_rate; + return static_cast<bool>(_video_frame_rate); } void set_video_frame_type (VideoFrameType); |
