[vlc-commits] fix ee961d8fa4e9f2f6909b3d77269bc0de562649d9

Carola Nitz git at videolan.org
Sat Sep 20 12:31:44 CEST 2014


vlc | branch: master | Carola Nitz <nitz.carola at googlemail.com> | Sat Sep 20 11:24:22 2014 +0100| [ee6ad75af0842dc4340191ad2f8c7a6cb9b0a598] | committer: Rafaël Carré

fix ee961d8fa4e9f2f6909b3d77269bc0de562649d9

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee6ad75af0842dc4340191ad2f8c7a6cb9b0a598
---

 modules/codec/avcodec/vda.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c
index 675dd0b..87ae1d0 100644
--- a/modules/codec/avcodec/vda.c
+++ b/modules/codec/avcodec/vda.c
@@ -45,8 +45,8 @@
 #pragma mark prototypes and definitions
 
 static int Open( vlc_va_t *, AVCodecContext *, const es_format_t * );
-static void Close( vlc_va_t * );
-static int Setup( vlc_va_t *, void **, vlc_fourcc_t *, int , int );
+static void Close( vlc_va_t * , AVCodecContext *);
+static int Setup( vlc_va_t *, AVCodecContext *, vlc_fourcc_t *);
 static int Get( vlc_va_t *, void **, uint8_t ** );
 static int Extract( vlc_va_t *, picture_t *, void *, uint8_t * );
 static void Release( void *, uint8_t * );



More information about the vlc-commits mailing list