We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22ef0a commit 52f3892Copy full SHA for 52f3892
plugins/image/io/AudioVideo/src/writer/AVWriterProcess.tcc
@@ -38,10 +38,7 @@ void AVWriterProcess<View>::multiThreadProcessImages( const OfxRectI& procWindow
38
39
rgb8_image_t img ( this->_srcView.dimensions() );
40
rgb8_view_t vw ( view( img ) );
41
-
42
- // Convert pixels to destination
43
- copy_and_convert_pixels( this->_srcView, this->_dstView );
44
+
45
// Convert pixels in PIX_FMT_RGB24
46
copy_and_convert_pixels( this->_srcView, vw );
47
0 commit comments