diff options
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 567ab3cf8..97d7d4343 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -194,14 +194,6 @@ VideoContent::as_xml (xmlpp::Node* node) const } void -VideoContent::set_default_colour_conversion () -{ - /* If there's no better offer we'll use Rec. 709 */ - boost::mutex::scoped_lock lm (_mutex); - _colour_conversion = PresetColourConversion::from_id ("rec709").conversion; -} - -void VideoContent::take_from_video_examiner (shared_ptr<VideoExaminer> d) { /* These examiner calls could call other content methods which take a lock on the mutex */ |
