vlc | branch: master | Carola Nitz <[email protected]> | Sat Sep 20 11:24:22 2014 +0100| [ee6ad75af0842dc4340191ad2f8c7a6cb9b0a598] | committer: Rafaël Carré
fix ee961d8fa4e9f2f6909b3d77269bc0de562649d9 Signed-off-by: Rafaël Carré <[email protected]> > 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 * ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
