We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb96e57 commit a200c72Copy full SHA for a200c72
drivers/media/platform/qcom/venus/hfi_helper.h
@@ -569,7 +569,7 @@ struct hfi_capability {
569
570
struct hfi_capabilities {
571
u32 num_capabilities;
572
- struct hfi_capability *data;
+ struct hfi_capability data[];
573
};
574
575
#define HFI_DEBUG_MSG_LOW 0x01
@@ -726,7 +726,7 @@ struct hfi_profile_level {
726
727
struct hfi_profile_level_supported {
728
u32 profile_count;
729
- struct hfi_profile_level *profile_level;
+ struct hfi_profile_level profile_level[];
730
731
732
struct hfi_quality_vs_speed {
0 commit comments