diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-03 20:34:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-04 23:22:54 +0200 |
commit | 82a33c8d858498fc4e0b8ab93ad323a05dfd5168 (patch) | |
tree | a6b3a17bbf86daec3abc146544a9889a64ec1e3c /doc/APIchanges | |
parent | be63ef3c4e6399a3ef8d22cc25e9cb3575cf74ae (diff) | |
download | ffmpeg-82a33c8d858498fc4e0b8ab93ad323a05dfd5168.tar.gz |
avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE
This will be used to allow writing file sequences using the tee output onto
multiple places in parallel
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 bcd329fe0c..209ab41822 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-08-04 - xxxxxxx - lavf 57.46.100 - avformat.h + Add av_get_frame_filename2() + 2016-07-09 - xxxxxxx / 90f469a - lavc 57.50.100 / 57.20.0 - avcodec.h Add FF_PROFILE_H264_MULTIVIEW_HIGH and FF_PROFILE_H264_STEREO_HIGH. |