OSDN Git Service

Add the missing parameter type in a function definition
[android-x86/hardware-intel-common-vaapi.git] / src / gen9_hevc_enc_utils.c
index bf5774e..8278d68 100644 (file)
@@ -30,7 +30,7 @@
 #include "gen9_hevc_enc_utils.h"
 
 static int
-hevc_get_max_mbps(level_idc)
+hevc_get_max_mbps(unsigned int level_idc)
 {
     int max_bps = 0;