diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-10 20:59:40 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-11 22:27:25 +0100 |
commit | 676a93f2d86d704ab6a973a19000e265c14e37d5 (patch) | |
tree | 1aa091327bf6f9fc8e3c71de096d790c58548ce8 /doc/APIchanges | |
parent | 5f55be70056829852351ff07e736d8e8ae694325 (diff) | |
download | ffmpeg-676a93f2d86d704ab6a973a19000e265c14e37d5.tar.gz |
avformat: Add av_program_add_stream_index()
This will be used by the subsequent commit(s)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 5b91bb4b6e..1d0a3d295a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-12-11 - xxxxxxx - lavf 57.20.100 - avformat.h + Add av_program_add_stream_index() + 2015-11-29 - xxxxxxx - lavc 57.16.101 - avcodec.h Deprecate rtp_callback without replacement, i.e. it won't be possible to get image slices before the full frame is encoded any more. The libavformat |