Browse Source

Merge commit '832129431fd5c693b12c32a1563944c631feaf36'

* commit '832129431fd5c693b12c32a1563944c631feaf36':
  lavu: Add version information for av_version_info()

Conflicts:
	doc/APIchanges
	libavutil/version.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
d563e13a7c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      doc/APIchanges
  2. +1
    -1
      libavutil/version.h

+ 1
- 1
doc/APIchanges View File

@@ -15,7 +15,7 @@ libavutil: 2014-08-09

API changes, most recent first:

2015-xx-xx - xxxxxxx - lavu 56.xx.0
2015-xx-xx - xxxxxxx - lavu 56.15.0
Add av_version_info().

-------- 8< --------- FFmpeg 2.7 was cut here -------- 8< ---------


+ 1
- 1
libavutil/version.h View File

@@ -56,7 +56,7 @@
*/

#define LIBAVUTIL_VERSION_MAJOR 54
#define LIBAVUTIL_VERSION_MINOR 27
#define LIBAVUTIL_VERSION_MINOR 28
#define LIBAVUTIL_VERSION_MICRO 100

#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \


Loading…
Cancel
Save