summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2009-06-22 16:54:17 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2009-06-22 16:54:17 +0000
commitb394438e8a4d7e43a90a85ec3bebd889255d759a (patch)
tree942b83fb7a0352a236c0c77ebe13b749972744b1 /doc
parent92400be255cd23dd29999e533d3df4e0537a2d18 (diff)
Document making AVFormatContext.packet_size unsigned API change.
Originally committed as revision 19251 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 f92a89e500..9434d55d5c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2009-06-22 - r19250 - lavf 52.34.1 - AVFormatContext.packet_size
+ This is now an unsigned int instead of a signed int.
+
2009-06-19 - r19222 - lavc 52.32.0 - AVSubtitle.pts
Added a pts field to AVSubtitle which gives the subtitle's packet
PTS in AV_TIME_BASE. Some subtitle de-/encoders (e.g. XSUB) will