diff options
Diffstat (limited to 'src/lib/player_video.cc')
| -rw-r--r-- | src/lib/player_video.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player_video.cc b/src/lib/player_video.cc index 683fc27fc..ce552f20f 100644 --- a/src/lib/player_video.cc +++ b/src/lib/player_video.cc @@ -166,7 +166,7 @@ PlayerVideo::make_image (function<AVPixelFormat (AVPixelFormat)> pixel_format, V total_crop.bottom /= r; } - dcp::YUVToRGB yuv_to_rgb = dcp::YUV_TO_RGB_REC601; + dcp::YUVToRGB yuv_to_rgb = dcp::YUVToRGB::REC601; if (_colour_conversion) { yuv_to_rgb = _colour_conversion.get().yuv_to_rgb(); } |
