Skip to content

Commit 7231c61

Browse files
committed
Fixed compilation of VideoDecoderFFmpegHW
1 parent 509d61b commit 7231c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QtAV/private/VideoDecoderFFmpegHW_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Q_AV_EXPORT VideoDecoderFFmpegHWPrivate : public VideoDecoderFFmpegPrivate
6161
AVPixelFormat va_pixfmt;
6262
AVPixelFormat pixfmt; //store old one
6363
//store old values because it does not own AVCodecContext
64-
AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
64+
AVPixelFormat (*get_format)(struct AVCodecContext *s, const AVPixelFormat * fmt);
6565
int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
6666
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
6767
int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);

0 commit comments

Comments
 (0)