Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-02-11 13:34:32 +0400
committerNicolas George <george@nsup.org>2014-02-11 13:34:32 +0400
commitedc7e67669ad5b4519b18d1932baf75c50577db3 (patch)
treec7506a7bc7a8053574621f65cbea2053ef8bd603 /doc
parent8400368f319b8d2e9bee0b6c219a15c5d2684462 (diff)
lavf/lavd: version bump and APIchanges for uncoded frames.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6ddf5b3cf7..77a9e4eacd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-02-11 - 1b05ac2 - lavf 55.32.100 - avformat.h
+ Add av_write_uncoded_frame() and av_interleaved_write_uncoded_frame().
+
2014-02-04 - 3adb5f8 / d9ae103 - lavf 55.30.100 / 55.11.0 - avformat.h
Add AVFormatContext.max_interleave_delta for controlling amount of buffering
when interleaving.