diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-10 23:21:34 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-16 01:13:38 +0100 |
commit | a38e06c1aaac3002838e19612df375d42cc28a76 (patch) | |
tree | 0a9bbb4aa193aa7d35c7b1cbbe49120f25ea9211 /Changelog | |
parent | 2657f00d3f99fe624c257b3f46a805478757d778 (diff) | |
download | ffmpeg-a38e06c1aaac3002838e19612df375d42cc28a76.tar.gz |
ffserver_config: handle codec private options
This commit allows to set codec's private option.
As side effect, it also improves preset support.
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ version <next>: - UDP-Lite support (RFC 3828) - xBR scaling filter - AVFoundation screen capturing support +- ffserver supports codec private options version 2.4: - Icecast protocol |