Commit 971bad4c authored by rbultje's avatar rbultje

Document making AVFormatContext.packet_size unsigned API change.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19251 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 04911d63
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment