summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2012-07-20 23:28:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-21 05:48:31 +0200
commit016a4720094a9ffa9d97e20a8d25dd4642732a58 (patch)
treec41ea47734e49980a876d02da97835d4d27ad265 /doc
parent296c1b6bd1fa41b2c09dd378a991e3cde0f5d6d3 (diff)
avcodec: add decode_error_flags field to AVFrame
Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 20bab5a241..9203cee3d6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-07-20 - xxxxxxx - lavc 54.43.100
+ Add decode_error_flags field to AVFrame.
+
2012-07-20 - xxxxxxx - lavf 54.18.100
Add avformat_match_stream_specifier() function.