[vlc-commits] VDA: Fix compilation
Jean-Baptiste Kempf
git at videolan.org
Tue Oct 25 07:46:40 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 25 07:46:32 2016 +0200| [93baa8bf975571a1ac6f2457d9e125f1280fdb18] | committer: Jean-Baptiste Kempf
VDA: Fix compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93baa8bf975571a1ac6f2457d9e125f1280fdb18
---
modules/codec/avcodec/vda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c
index c89685e..f864797 100644
--- a/modules/codec/avcodec/vda.c
+++ b/modules/codec/avcodec/vda.c
@@ -49,7 +49,7 @@ static int Open( vlc_va_t *, AVCodecContext *, enum PixelFormat,
static void Close( vlc_va_t * , AVCodecContext *);
static int Get( vlc_va_t *, picture_t *, uint8_t ** );
static int Extract( vlc_va_t *, picture_t *, uint8_t * );
-static void Release( void *opaque, uint8_t *data );
+static void Release( void *opaque );
static void copy420YpCbCr8Planar(picture_t *p_pic,
CVPixelBufferRef buffer,
More information about the vlc-commits
mailing list