]> git.sesse.net Git - mlt/commit
More fixes for force_full_luma (kdenlive-2799).
authorDan Dennedy <dan@dennedy.org>
Mon, 12 Nov 2012 01:10:28 +0000 (17:10 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 12 Nov 2012 01:10:28 +0000 (17:10 -0800)
commitc48ed741443ffdc9ba510d0a99354d3a9fd89676
treedf231c4e27f89276f8f1507abf30dfd7cb25a284
parentdfedfcac3a4f9dc71013c9993b33f06a48e2789a
More fixes for force_full_luma (kdenlive-2799).

This change lets the image converter downstream of the avformat producer
perform utilize the range as-needed. Then, when the rescale filter sees
that the force_full_range is set on the frame but has not yet been
applied, forces a conversion to RGB to enforce it. In addition, the
recently added force_full_luma property on the avformat producer is
removed because it is redundant with AVOption color_range=2.
src/modules/avformat/producer_avformat.c
src/modules/avformat/producer_avformat.yml
src/modules/core/filter_resize.c