diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2014-04-22 15:22:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-28 20:21:59 +0200 |
commit | ed4b757177f9b563412cdbc8ee3405d82e10fc05 (patch) | |
tree | b6a6cec91ba2837a7f1faa90565087305e510f51 /libavcodec/version.h | |
parent | 2fcef90bee98bffeff1d95b7197738f50c450d86 (diff) | |
download | ffmpeg-ed4b757177f9b563412cdbc8ee3405d82e10fc05.tar.gz |
dxva2_h264: add a workaround for old Intel GPUs
Old Intel GPUs expect the reference frame index to the actual surface,
instead of the index into RefFrameList as specified by the spec.
This workaround should be set when using one of the "ClearVideo" decoder
devices.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b04bc306d1..d82a06802a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 49 +#define LIBAVCODEC_VERSION_MINOR 50 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |