Skip to content
Snippets Groups Projects
Commit d639dcf3 authored by jintao xu's avatar jintao xu Committed by Max Zhang
Browse files

video_composer: add in the uvm type to check whether has vframe. [1/1]


PD#SWPL-52333

Problem:
hdmitx audio setting function is called on TV
platform and cause crash

Solution:
if hdmitx driver is not enabled, export function
just return

Verify:
pb

Signed-off-by: default avatarjintao xu <jintao.xu@amlogic.com>
Change-Id: Ic87135d8621a2a37e74c2ac8ddc6d7096e3d75d1
parent 7ef250f2
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ enum uvm_hook_mod_type {
VF_PROCESS_V4LVIDEO,
VF_PROCESS_DI,
VF_PROCESS_VIDEOCOMPOSER,
VF_PROCESS_DECODER
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment