diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-05-25 12:32:39 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-05-26 14:31:44 +0300 |
commit | 154486f9adc621e620dacd76d78c30a02cc1dcd3 (patch) | |
tree | db2b9327943ceb6a69ae26bb502d0690db9d3cdf /doc | |
parent | a1a6cdc26e465fc65e641ab31ef47d263b624568 (diff) | |
download | ffmpeg-154486f9adc621e620dacd76d78c30a02cc1dcd3.tar.gz |
opt: Add av_opt_set_bin()
Introduce a new function to set binary data through AVOption,
avoiding having to convert the binary data to a string inbetween.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 18105c55ba..dca33aa0eb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-05-25 - e0e0793 - lavu 51.31.0 - opt.h + Add av_opt_set_bin() + 2012-05-xx - xxxxxxx - lavf 54.3.0 Add AVFMT_TS_NONSTRICT format flag to indicate that a muxer supports non-increasing monotone timestamps. |