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.lu...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to