mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
minor bump and Changelog entry for r25747
Originally committed as revision 25753 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c716f91757
commit
c99f9b0ac7
@ -54,6 +54,7 @@ version <next>:
|
|||||||
- setpts filter added
|
- setpts filter added
|
||||||
- Win64 support for optimized asm functions
|
- Win64 support for optimized asm functions
|
||||||
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
|
- MJPEG/AVI1 to JPEG/JFIF bitstream filter
|
||||||
|
- ASS subtitle encoder and decoder
|
||||||
|
|
||||||
|
|
||||||
version 0.6:
|
version 0.6:
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include "libavutil/cpu.h"
|
#include "libavutil/cpu.h"
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_MAJOR 52
|
#define LIBAVCODEC_VERSION_MAJOR 52
|
||||||
#define LIBAVCODEC_VERSION_MINOR 95
|
#define LIBAVCODEC_VERSION_MINOR 96
|
||||||
#define LIBAVCODEC_VERSION_MICRO 0
|
#define LIBAVCODEC_VERSION_MICRO 0
|
||||||
|
|
||||||
#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
Block a user