diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-16 12:17:23 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-03-07 01:12:04 +0100 |
commit | 9767ec6b865c35f68cb6642fefeacc009f17e638 (patch) | |
tree | 6a887bbb054464e240e17d3d185ba0b2e6b63290 /doc/APIchanges | |
parent | 38d40ac18a3855620852e6552114caeb413497eb (diff) | |
download | ffmpeg-9767ec6b865c35f68cb6642fefeacc009f17e638.tar.gz |
lavu: add escape API
The escape API will be useful to perform escaping programmatically, which
is required when crafting argument strings, and will be used for context
printing as well.
This is based on the ffescape tool code, with a few extensions and fixes.
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 8535d9fe36..a1e81808e7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-03-07 - xxxxxx - lavu 52.18.100 - avstring.h,bprint.h + Add av_escape() and av_bprint_escape() API. + 2013-02-24 - xxxxxx - lavfi 3.41.100 - buffersink.h Add sample_rates field to AVABufferSinkParams. |