Merge "dv: fix first frame garbage with dual dv [1/1]" into odroidg12-4.9.y-android

This commit is contained in:
Chris
2020-06-11 17:54:19 +09:00
committed by Gerrit Code Review

View File

@@ -7256,6 +7256,9 @@ int dolby_vision_process(
video_turn_off ? "off" : "on",
is_graphics_output_off() ? "off" : "on",
vf, toggle_mode);
/* do not toggle a new el vf */
if (toggle_mode == 1)
toggle_mode = 0;
if (vf &&
!dolby_vision_parse_metadata(
vf, toggle_mode, false, false)) {