Skip to content

Commit

Permalink
fix qimage color if consumer color_range=pc pix_fmt=yuv444p
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Nov 27, 2023
1 parent 371d8f9 commit e720329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/qt/producer_qimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ static int producer_get_frame(mlt_producer producer, mlt_frame_ptr frame, int in
}

// Set producer-specific frame properties
mlt_properties_set_int(properties, "full_range", 1);
mlt_properties_set_int(properties, "progressive", 1);
mlt_properties_set_int(properties,
"format",
Expand Down

0 comments on commit e720329

Please sign in to comment.