diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-12-18 20:11:28 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-12-18 20:26:53 +0100 |
commit | acb571c89a065d943163c11efb46de35774f1909 (patch) | |
tree | 8be4842abcf06b95e838c36da52fbb1352d68c39 /Changelog | |
parent | e82cb79adf3bf560e1b2b2adb2526f61a30997e0 (diff) | |
download | ffmpeg-acb571c89a065d943163c11efb46de35774f1909.tar.gz |
avcodec: bump minor for adaptive h264 frame-mt
Also adds forgotten Changelog entry.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ version <next>: - deprecated the avconv -vol option. the volume filter is to be used instead. - multi-channel ALAC encoding up to 7.1 - TAK demuxer, parser, and decoder +- adaptive frame-level multithreading for H.264 version 9_beta2: |