diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index ce645bb41..2adf941d9 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -183,6 +183,11 @@ public: return _range; } + PixelQuanta pixel_quanta () const { + boost::mutex::scoped_lock lm (_mutex); + return _pixel_quanta; + } + bool use () const { boost::mutex::scoped_lock lm (_mutex); return _use; |
