mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-17 04:29:44 +00:00
Bump micro version, add changelog entry for DTS-ES extension decoding support
Originally committed as revision 23700 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5be5d28ced
commit
e83aed04b0
@ -13,6 +13,7 @@ version <next>:
|
|||||||
- Pictor/PC Paint decoder
|
- Pictor/PC Paint decoder
|
||||||
- HE-AAC v2 decoder
|
- HE-AAC v2 decoder
|
||||||
- libfaad2 wrapper removed
|
- libfaad2 wrapper removed
|
||||||
|
- DTS-ES extension (XCh) decoding support
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#define LIBAVCODEC_VERSION_MAJOR 52
|
#define LIBAVCODEC_VERSION_MAJOR 52
|
||||||
#define LIBAVCODEC_VERSION_MINOR 77
|
#define LIBAVCODEC_VERSION_MINOR 77
|
||||||
#define LIBAVCODEC_VERSION_MICRO 0
|
#define LIBAVCODEC_VERSION_MICRO 1
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
||||||
LIBAVCODEC_VERSION_MINOR, \
|
LIBAVCODEC_VERSION_MINOR, \
|
||||||
|
Loading…
Reference in New Issue
Block a user