[FFmpeg-devel] [PATCH 2/2] [RFC]lavf/ffm: update with more options.

Stefano Sabatini stefasab at gmail.com
Mon Nov 3 00:40:55 CET 2014


On date Sunday 2014-11-02 19:19:14 +0100, Lukasz Marek encoded:
> TODO: bump micro
> 
> Many common codec options are not via ffm protocol.
> This commit adds common A/V encoding options to protocol.
> 
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> ---
>  libavformat/ffmdec.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/ffmenc.c | 60 ++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 138 insertions(+)

My idea was to let the protocol specify the option using the AVOption
interface. This way you don't have to update the protocol every time a
new option is added to libavcodec, *AND* you can support private codec
options.

[...]
-- 
FFmpeg = Faithful and Fierce Mastodontic Political Empowered Guru


More information about the ffmpeg-devel mailing list