diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-23 20:21:26 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-30 20:38:05 +0200 |
commit | a04cb9823b0ac44bd2fd04414a0dd5ec758c461f (patch) | |
tree | 7455805b95bda2c4e3af372e3f3d63da3741fd8d /doc/APIchanges | |
parent | 29619f47c152db7390345ff9287e555ae501e277 (diff) | |
download | ffmpeg-a04cb9823b0ac44bd2fd04414a0dd5ec758c461f.tar.gz |
Move subrip/text API change info from Changelog to doc/APIchanges.
Note that a lavf bump was missing so I'm using 54.28.100 as a reference.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2145e83ae2..257c003021 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -31,6 +31,10 @@ API changes, most recent first: Can be used as a stripped-down replacement for strptime(), on systems which do not support it. +2012-08-25 - 2626cc4 - lavf 54.28.100 + Matroska demuxer now identifies SRT subtitles as AV_CODEC_ID_SUBRIP instead + of AV_CODEC_ID_TEXT. + 2012-08-13 - xxxxxxx - lavfi 3.8.100 - avfilter.h Add avfilter_get_class() function, and priv_class field to AVFilter struct. |