X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fencoder.cc;h=7863859deb817d3c66f364afb3613c5175108a65;hp=73af11c55d2889412b232f80656cf2a72aa4e6ed;hb=1629bd7df2150156109afbc7a16677cb29e82adf;hpb=f0738a22fc7555c306d49bcd1c356ce210e2c0e2 diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 73af11c55..7863859de 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -217,7 +217,7 @@ Encoder::process_video (shared_ptr image, Eyes eyes, ColourConversi TIMING ("adding to queue of %1", _queue.size ()); _queue.push_back (shared_ptr ( new DCPVideoFrame ( - image->image(), _video_frames_out, eyes, conversion, _film->video_frame_rate(), + image->image(PIX_FMT_RGB24, false), _video_frames_out, eyes, conversion, _film->video_frame_rate(), _film->j2k_bandwidth(), _film->resolution(), _film->log() ) ));