Browse Source

Add APIchanges entry and bump libswscale micro version for making gray16 full-scale.

tags/n2.3
Carl Eugen Hoyos 12 years ago
parent
commit
074db4b764
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      doc/APIchanges
  2. +1
    -1
      libswscale/version.h

+ 3
- 0
doc/APIchanges View File

@@ -15,6 +15,9 @@ libavutil: 2012-10-22

API changes, most recent first:

2014-03-18 - 37c07d4 - lsws 2.5.102
Make gray16 full-scale.

2014-xx-xx - xxxxxxx - lavu 53.06.0 - pixfmt.h
Add RGBA64_LIBAV pixel format and variants for compatibility



+ 1
- 1
libswscale/version.h View File

@@ -28,7 +28,7 @@

#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 5
#define LIBSWSCALE_VERSION_MICRO 101
#define LIBSWSCALE_VERSION_MICRO 102

#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \


Loading…
Cancel
Save