ODROID-C4: Fix unused variable dovi_dual_layer.

Change-Id: Id0fd125957508f0f3bcf7fba4fbd816de45b9624
This commit is contained in:
Chris KIM
2019-10-16 13:28:44 +09:00
parent cc2995a840
commit c166e93753

View File

@@ -9283,7 +9283,9 @@ static void set_omx_pts(u32 *p)
} else if (set_from_hwc == 0 && !omx_run) {
struct vframe_s *vf = NULL;
u32 donot_drop = 0;
#ifdef CONFIG_AMLOGIC_MEDIA_ENHANCEMENT_DOLBYVISION
u32 dovi_dual_layer = 0;
#endif
while (try_cnt--) {
vf = vf_peek(RECEIVER_NAME);