OSDN Git Service

opt: Add av_opt_set_bin()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 25 May 2012 10:32:39 +0000 (12:32 +0200)
committerMartin Storsjö <martin@martin.st>
Sat, 26 May 2012 11:31:44 +0000 (14:31 +0300)
commit154486f9adc621e620dacd76d78c30a02cc1dcd3
treedb2b9327943ceb6a69ae26bb502d0690db9d3cdf
parenta1a6cdc26e465fc65e641ab31ef47d263b624568
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>
doc/APIchanges
libavutil/avutil.h
libavutil/opt.c
libavutil/opt.h