aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp')
-rw-r--r--src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp b/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
index 9fd9146c4..7eb39dfd5 100644
--- a/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
+++ b/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
@@ -58,7 +58,7 @@ static int64_t ffmpeg_seek(void *data, int64_t offset, int whence)
// Decoder class
-#if (LIBAVCODEC_VERSION_INT >= ((53<<16)+(42<<8)+4))
+#if (LIBAVCODEC_VERSION_INT >= ((53<<16)+(34<<8)+0))
DecoderFFmpeg::DecoderFFmpeg(const QString &path, QIODevice *i)
: Decoder(i)