mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
Merge "dv: fix first frame garbage with dual dv [1/1]" into odroidg12-4.9.y-android
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user