diff options
Diffstat (limited to 'src/combined/ffmpeg/ff_video_decoder.c')
-rw-r--r-- | src/combined/ffmpeg/ff_video_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/ff_video_decoder.c b/src/combined/ffmpeg/ff_video_decoder.c index 75fe044c8..8a449378e 100644 --- a/src/combined/ffmpeg/ff_video_decoder.c +++ b/src/combined/ffmpeg/ff_video_decoder.c @@ -1768,7 +1768,7 @@ static void ff_postprocess (ff_video_decoder_t *this, vo_frame_t *img) { int qstride, qtype; int8_t *qtable; #ifdef AV_BUFFER -# if LIBAVUTIL_VERSION_MAJOR < 53 +# if LIBAVUTIL_VERSION_INT < AV_INT_VERSION(53,0,0) qtable = av_frame_get_qp_table (this->av_frame, &qstride, &qtype); # else /* Why should they keep these long deprecated fields, and remove |