From 7231c6122d378837d5f05a811d1d459637037459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bend=C3=ADk?= Date: Sun, 15 Dec 2013 12:30:03 +0100 Subject: [PATCH] Fixed compilation of VideoDecoderFFmpegHW --- src/QtAV/private/VideoDecoderFFmpegHW_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QtAV/private/VideoDecoderFFmpegHW_p.h b/src/QtAV/private/VideoDecoderFFmpegHW_p.h index 688437be6..05dfc9a3b 100644 --- a/src/QtAV/private/VideoDecoderFFmpegHW_p.h +++ b/src/QtAV/private/VideoDecoderFFmpegHW_p.h @@ -61,7 +61,7 @@ class Q_AV_EXPORT VideoDecoderFFmpegHWPrivate : public VideoDecoderFFmpegPrivate AVPixelFormat va_pixfmt; AVPixelFormat pixfmt; //store old one //store old values because it does not own AVCodecContext - AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); + AVPixelFormat (*get_format)(struct AVCodecContext *s, const AVPixelFormat * fmt); int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic); int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);