mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
avcodec: Add forgotten minor bump, add Changelog and add Cineform to general.texi
This commit is contained in:
parent
3485332bf9
commit
32bf4a72e3
@ -60,6 +60,7 @@ version <next>:
|
|||||||
- libquvi support removed
|
- libquvi support removed
|
||||||
- support for dvaudio in wav and avi
|
- support for dvaudio in wav and avi
|
||||||
- libaacplus and libvo-aacenc support removed
|
- libaacplus and libvo-aacenc support removed
|
||||||
|
- Cineform HD decoder
|
||||||
|
|
||||||
|
|
||||||
version 2.8:
|
version 2.8:
|
||||||
|
@ -276,6 +276,7 @@ library:
|
|||||||
@item CD+G @tab @tab X
|
@item CD+G @tab @tab X
|
||||||
@tab Video format used by CD+G karaoke disks
|
@tab Video format used by CD+G karaoke disks
|
||||||
@item Phantom Cine @tab @tab X
|
@item Phantom Cine @tab @tab X
|
||||||
|
@item Cineform HD @tab @tab X
|
||||||
@item Commodore CDXL @tab @tab X
|
@item Commodore CDXL @tab @tab X
|
||||||
@tab Amiga CD video format
|
@tab Amiga CD video format
|
||||||
@item Core Audio Format @tab X @tab X
|
@item Core Audio Format @tab X @tab X
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "libavutil/version.h"
|
#include "libavutil/version.h"
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_MAJOR 57
|
#define LIBAVCODEC_VERSION_MAJOR 57
|
||||||
#define LIBAVCODEC_VERSION_MINOR 23
|
#define LIBAVCODEC_VERSION_MINOR 24
|
||||||
#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…
x
Reference in New Issue
Block a user