diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-10 23:22:59 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-16 01:13:38 +0100 |
commit | 6690d4c3f53bd46144f3c13afcc77bcca3f7bb0b (patch) | |
tree | 3cec9602849c3d034a150a00603e0e7872d39250 /doc/APIchanges | |
parent | bee5844ddd4efc771a85caf6168d79abe42769a2 (diff) | |
download | ffmpeg-6690d4c3f53bd46144f3c13afcc77bcca3f7bb0b.tar.gz |
lavf/ffm: store/restore private codec context
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b4a3ed88c5..79cccd2797 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-11-16 - xxxxxxx - lavf 56.13.0 - avformat.h + Add AVStream.recommended_encoder_configuration with accessors. + 2014-11-16 - xxxxxxx - lavu 54.13.0 - opt.h Add av_opt_serialize(). |