Commit a6cfc287 authored by Mark Thompson's avatar Mark Thompson

Changelog: Add metadata bitstream filters

This starts a new section - 3.4 has been released.
parent 809b0402
......@@ -2,6 +2,10 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version <next>:
- Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
version 3.4:
- deflicker video filter
- doubleweave video filter
- lumakey video filter
......
......@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 108
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment