[FFmpeg-devel] [PATCH 1/4] avutil: add av_format_option_for_user() callback system
Michael Niedermayer
michaelni at gmx.at
Mon May 11 22:14:13 CEST 2015
On Mon, May 11, 2015 at 03:18:16AM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> libavutil/opt.c | 32 ++++++++++++++++++++++++++++++++
> libavutil/opt.h | 21 +++++++++++++++++++++
> 2 files changed, 53 insertions(+)
The open_cb() patch reduces the need for this in relation for
opening URLs but theres still a large number of other references
to options throughout the code in log messages which are unrelated
to opening files.
Thus the issue that this patchset would resolves is still there
theres code pointing to at least -strict -1, thread_type, coder,
qscale, crf, profile, sub_charenc, threads, mb_info, password, ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150511/979e1919/attachment.asc>
More information about the ffmpeg-devel
mailing list