diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-16 15:00:13 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-19 13:15:54 +0200 |
commit | 380cfce2b2138a0513f7c054134458b3b4c92fd4 (patch) | |
tree | 5c61821c85eccd7dbdb57ffbcbb881320670c8f1 /doc/APIchanges | |
parent | 6189ff3679ab479ebfdafef160ed59cc631e445a (diff) | |
download | ffmpeg-380cfce2b2138a0513f7c054134458b3b4c92fd4.tar.gz |
lavc: add AV_CODEC_PROP_TEXT_SUB.
CC are not marked. Also allow potential mixed types later.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 65571329ab..91736fef5d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-04-19 - xxxxxxx - lavc 55.4.100 + Add AV_CODEC_PROP_TEXT_SUB property for text based subtitles codec. + 2013-04-18 - xxxxxxx - lavf 55.3.100 The matroska demuxer can now output proper verbatim ASS packets. It will become the default starting lavf 56.0.100. |