You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
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>
This commit is contained in:
committed by
Martin Storsjö
parent
a1a6cdc26e
commit
154486f9ad
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user