Skip to content

Commit 52f3892

Browse files
author
Clement Champetier
committed
AudioVideo writer: remove copy of data to the output clip
Already done by the parent Writer class (if activated).
1 parent e22ef0a commit 52f3892

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugins/image/io/AudioVideo/src/writer/AVWriterProcess.tcc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ void AVWriterProcess<View>::multiThreadProcessImages( const OfxRectI& procWindow
3838

3939
rgb8_image_t img ( this->_srcView.dimensions() );
4040
rgb8_view_t vw ( view( img ) );
41-
42-
// Convert pixels to destination
43-
copy_and_convert_pixels( this->_srcView, this->_dstView );
44-
41+
4542
// Convert pixels in PIX_FMT_RGB24
4643
copy_and_convert_pixels( this->_srcView, vw );
4744

0 commit comments

Comments
 (0)