[FFmpeg-cvslog] r19251 - trunk/doc/APIchanges
rbultje
subversion
Mon Jun 22 18:54:17 CEST 2009
Author: rbultje
Date: Mon Jun 22 18:54:17 2009
New Revision: 19251
Log:
Document making AVFormatContext.packet_size unsigned API change.
Modified:
trunk/doc/APIchanges
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Mon Jun 22 18:52:02 2009 (r19250)
+++ trunk/doc/APIchanges Mon Jun 22 18:54:17 2009 (r19251)
@@ -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
More information about the ffmpeg-cvslog
mailing list