mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/libdcadec: add missing version bump and changelog entry
This commit is contained in:
parent
4f3c31df3f
commit
03e9b1931b
|
@ -6,6 +6,7 @@ version <next>:
|
||||||
- TDSC decoder
|
- TDSC decoder
|
||||||
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
|
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
|
||||||
- showwavespic filter
|
- showwavespic filter
|
||||||
|
- libdcadec wrapper
|
||||||
|
|
||||||
|
|
||||||
version 2.6:
|
version 2.6:
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "libavutil/version.h"
|
#include "libavutil/version.h"
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_MAJOR 56
|
#define LIBAVCODEC_VERSION_MAJOR 56
|
||||||
#define LIBAVCODEC_VERSION_MINOR 28
|
#define LIBAVCODEC_VERSION_MINOR 29
|
||||||
#define LIBAVCODEC_VERSION_MICRO 100
|
#define LIBAVCODEC_VERSION_MICRO 100
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
||||||
|
|
Loading…
Reference in New Issue