We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509d61b commit 7231c61Copy full SHA for 7231c61
src/QtAV/private/VideoDecoderFFmpegHW_p.h
@@ -61,7 +61,7 @@ class Q_AV_EXPORT VideoDecoderFFmpegHWPrivate : public VideoDecoderFFmpegPrivate
61
AVPixelFormat va_pixfmt;
62
AVPixelFormat pixfmt; //store old one
63
//store old values because it does not own AVCodecContext
64
- AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
+ AVPixelFormat (*get_format)(struct AVCodecContext *s, const AVPixelFormat * fmt);
65
int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
66
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
67
int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
0 commit comments