diff options
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index 03a4d96b4..c3955c92a 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -585,6 +585,7 @@ Image::alpha_blend (shared_ptr<const Image> other, Position<int> position) break; } case AV_PIX_FMT_YUV420P10: + case AV_PIX_FMT_YUV422P10LE: { shared_ptr<Image> yuv = other->scale (other->size(), dcp::YUV_TO_RGB_REC709, _pixel_format, false, false); component<uint16_t> (0, this, yuv, other, start_tx, start_ty, start_ox, start_oy); |
