Browse Source

swr: Update version & APIChanges for swr_build_matrix()

Found-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer 9 years ago
parent
commit
fd902510ac
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      doc/APIchanges
  2. +1
    -1
      libswresample/version.h

+ 3
- 0
doc/APIchanges View File

@@ -15,6 +15,9 @@ libavutil: 2015-08-28

API changes, most recent first:

2016-09-27 - 23c0779 - lswr 2.2.100 - swresample.h
Add swr_build_matrix().

2016-09-xx - xxxxxxx - lavc 57.58.100 - avcodec.h
Add AV_CODEC_CAP_AVOID_PROBING codec capability flag.



+ 1
- 1
libswresample/version.h View File

@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"

#define LIBSWRESAMPLE_VERSION_MAJOR 2
#define LIBSWRESAMPLE_VERSION_MINOR 1
#define LIBSWRESAMPLE_VERSION_MINOR 2
#define LIBSWRESAMPLE_VERSION_MICRO 100

#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \


Loading…
Cancel
Save