summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-21 21:16:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-21 21:16:24 +0200
commit94c4ad27dc6305a7e1f218b86311db019e41f632 (patch)
tree313d199e459418629cc08bd466a14ba379b3eaba /doc
parent265dadbe7de5e0f35faeedf0a76a823cbc71cd72 (diff)
doc/APIchanges: mention FF_INPUT_BUFFER_PADDING_SIZE chage
Suggested-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 c0486f2409..1a9d103ee0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -35,6 +35,10 @@ API changes, most recent first:
is now setting AVStream.time_base, instead of AVStream.codec.time_base as was
done previously. The old method is now deprecated.
+2014-06-11 - 67d29da - lavc 55.66.101 - avcodec.h
+ Increase FF_INPUT_BUFFER_PADDING_SIZE to 32 due to some corner cases needing
+ it
+
2014-06-10 - xxxxxxx - lavf 55.43.100 - avformat.h
New field int64_t max_analyze_duration2 instead of deprecated
int max_analyze_duration.