Skip to content

Commit

Permalink
Fixed compilation of VideoDecoderFFmpegHW
Browse files Browse the repository at this point in the history
  • Loading branch information
mireq committed Dec 15, 2013
1 parent 509d61b commit 7231c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QtAV/private/VideoDecoderFFmpegHW_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7231c61

Please sign in to comment.