Browse Source

Bump micro and add APIchanges entry after av_parse_color() extension.

Originally committed as revision 23838 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
6951515cbf
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      doc/APIchanges
  2. +1
    -1
      libavfilter/avfilter.h

+ 4
- 0
doc/APIchanges View File

@@ -12,6 +12,10 @@ libavutil: 2009-03-08


API changes, most recent first: API changes, most recent first:


2010-06-28 - r23835 - lavfi 1.20.1 - av_parse_color()
Extend av_parse_color() syntax, make it accept an alpha value specifier and
set the alpha value to 255 by default.

2010-06-22 - r23706 - lavf 52.71.0 - URLProtocol.priv_data_size, priv_data_class 2010-06-22 - r23706 - lavf 52.71.0 - URLProtocol.priv_data_size, priv_data_class
Add priv_data_size and priv_data_class to URLProtocol Add priv_data_size and priv_data_class to URLProtocol




+ 1
- 1
libavfilter/avfilter.h View File

@@ -26,7 +26,7 @@


#define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MAJOR 1
#define LIBAVFILTER_VERSION_MINOR 20 #define LIBAVFILTER_VERSION_MINOR 20
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_MICRO 1


#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \ LIBAVFILTER_VERSION_MINOR, \


Loading…
Cancel
Save