Skip to content

Commit

Permalink
avfilter: bump minor and Changelog document the new filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ubitux committed Feb 14, 2015
1 parent bab4fce commit 4ab7eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ version <next>:
- dcshift filter
- RTP parser for loss tolerant payload format for MP3 audio (RFC 5219)
- RTP parser for AC3 payload format (RFC 4184)
- palettegen and paletteuse filters


version 2.5:
Expand Down
2 changes: 1 addition & 1 deletion libavfilter/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "libavutil/version.h"

#define LIBAVFILTER_VERSION_MAJOR 5
#define LIBAVFILTER_VERSION_MINOR 10
#define LIBAVFILTER_VERSION_MINOR 11
#define LIBAVFILTER_VERSION_MICRO 100

#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
Expand Down

0 comments on commit 4ab7eb0

Please sign in to comment.