Browse Source

avcodec: Add forgotten minor bump, add Changelog and add Cineform to general.texi

tags/n3.0
Kieran Kunhya 10 years ago
parent
commit
32bf4a72e3
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      Changelog
  2. +1
    -0
      doc/general.texi
  3. +1
    -1
      libavcodec/version.h

+ 1
- 0
Changelog View File

@@ -60,6 +60,7 @@ version <next>:
- libquvi support removed
- support for dvaudio in wav and avi
- libaacplus and libvo-aacenc support removed
- Cineform HD decoder


version 2.8:


+ 1
- 0
doc/general.texi View File

@@ -276,6 +276,7 @@ library:
@item CD+G @tab @tab X
@tab Video format used by CD+G karaoke disks
@item Phantom Cine @tab @tab X
@item Cineform HD @tab @tab X
@item Commodore CDXL @tab @tab X
@tab Amiga CD video format
@item Core Audio Format @tab X @tab X


+ 1
- 1
libavcodec/version.h View File

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

#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 23
#define LIBAVCODEC_VERSION_MINOR 24
#define LIBAVCODEC_VERSION_MICRO 100

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \


Loading…
Cancel
Save