Commit 0f630b7b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ed4b7571'

* commit 'ed4b7571':
  dxva2_h264: add a workaround for old Intel GPUs

Conflicts:
	doc/APIchanges
	libavcodec/version.h

See: 8b2a130dMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2548f8a2 ed4b7571
......@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
2014-03-07 - 8b2a130 - lavc 55.50.0 / 55.53.100 - dxva2.h
Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs.
2014-04-xx - xxxxxxx - lavu 53.13.0 / 52.78.100 - avutil.h
Add av_get_time_base_q().
......
......@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 59
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment