diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-06-19 08:28:07 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-06-19 08:28:07 +0000 |
commit | 4bbe788ab7d1348d09026ef0c8554595fad5721d (patch) | |
tree | e4042aa0a8aaad25b76b11c36bef21f896fdeb81 /doc/APIchanges | |
parent | 97668ac7f384ea436cec69331cd91bbaad27bd33 (diff) | |
download | ffmpeg-4bbe788ab7d1348d09026ef0c8554595fad5721d.tar.gz |
Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder
should use it, too).
Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d012139f85..f92a89e500 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,11 @@ libavutil: 2009-03-08 API changes, most recent first: +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 + not work right without this. + 2009-06-03 - r19078 - lavc 52.30.2 - AV_PKT_FLAG_KEY PKT_FLAG_KEY has been deprecated and will be dropped for the next major version. Use AV_PKT_FLAG_KEY instead. |