summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Toohill <jtoohill-at-google.com@ffmpeg.org>2016-08-15 13:13:06 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-16 12:30:37 +0200
commitc3c4c72665b9fbb06d8e84e6350c1148b3c55498 (patch)
tree34dddde59bbe95da447a38c33f05ec511299707b /doc
parent3282e31baaa77d161a4451c27ad0d45f78e1da0a (diff)
lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.
Shows encoder delay/padding in the stream summary if they are set. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 209ab41822..74145b20e1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-08-15 - xxxxxxx - lavc 57.53.100 - avcodec.h
+ Add trailing_padding to AVCodecContext to match the corresponding
+ field in AVCodecParameters.
+
2016-08-04 - xxxxxxx - lavf 57.46.100 - avformat.h
Add av_get_frame_filename2()