Skip to content
Snippets Groups Projects
Commit 5900deeb authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Bump lavfi minor and add Changelog notice after yadif addition.

Originally committed as revision 25198 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 96a1459e
No related branches found
No related tags found
Loading
......@@ -40,6 +40,7 @@ version <next>:
- change crop filter syntax to width:height:x:y
- make the crop filter accept parametric expressions
- make ffprobe accept AVFormatContext options
- yadif filter
version 0.6:
......
......@@ -25,7 +25,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 1
#define LIBAVFILTER_VERSION_MINOR 44
#define LIBAVFILTER_VERSION_MINOR 45
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment