Browse Source

avcodec/libdcadec: add missing version bump and changelog entry

tags/n2.7
James Almer 11 years ago
parent
commit
03e9b1931b
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Changelog
  2. +1
    -1
      libavcodec/version.h

+ 1
- 0
Changelog View File

@@ -6,6 +6,7 @@ version <next>:
- TDSC decoder
- DTS lossless extension (XLL) decoding (not lossless, disabled by default)
- showwavespic filter
- libdcadec wrapper


version 2.6:


+ 1
- 1
libavcodec/version.h View File

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

#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 28
#define LIBAVCODEC_VERSION_MINOR 29
#define LIBAVCODEC_VERSION_MICRO 100

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \


Loading…
Cancel
Save