[Libva] [PATCH 1/2] Fix return type of i965_proc_picture

Sebastian Ramacher sramacher at debian.org
Mon May 19 01:54:48 PDT 2014


Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
 src/gen75_picture_process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gen75_picture_process.c b/src/gen75_picture_process.c
index 3c4fc0b..d9f7cb8 100644
--- a/src/gen75_picture_process.c
+++ b/src/gen75_picture_process.c
@@ -38,7 +38,7 @@
 #include "i965_post_processing.h"
 #include "gen75_picture_process.h"
 
-extern void
+extern VAStatus
 i965_proc_picture(VADriverContextP ctx, 
                   VAProfile profile, 
                   union codec_state *codec_state,
-- 
2.0.0.rc2



More information about the Libva mailing list