[vlc-commits] vda: compilation fix

Felix Paul Kühne git at videolan.org
Tue Nov 29 19:51:43 CET 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Nov 29 19:50:53 2016 +0100| [df38af198ead6b10cac7dda33584894bc5904cd1] | committer: Felix Paul Kühne

vda: compilation fix

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

 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 5ee8e7e..cdb1a66 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 );
+static void Release( void *opaque, uint8_t *data );
 
 static void copy420YpCbCr8Planar(picture_t *p_pic,
                                  CVPixelBufferRef buffer,



More information about the vlc-commits mailing list