1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Bump lavfi minor and add Changelog notice after yadif addition.

Originally committed as revision 25198 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-09-25 17:03:26 +00:00
parent 96a1459ed5
commit 5900deeb90
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ version <next>:
- change crop filter syntax to width:height:x:y - change crop filter syntax to width:height:x:y
- make the crop filter accept parametric expressions - make the crop filter accept parametric expressions
- make ffprobe accept AVFormatContext options - make ffprobe accept AVFormatContext options
- yadif filter
version 0.6: version 0.6:

View File

@@ -25,7 +25,7 @@
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MAJOR 1
#define LIBAVFILTER_VERSION_MINOR 44 #define LIBAVFILTER_VERSION_MINOR 45
#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \