[FFmpeg-devel] [PATCH 2/3] lavf/ffmenc: store recommended encoder configuration

Lukasz Marek lukasz.m.luki2 at gmail.com
Thu Nov 27 23:22:36 CET 2014


On 27.11.2014 01:10, Michael Niedermayer wrote:
> On Wed, Nov 26, 2014 at 11:53:41PM +0100, Lukasz Marek wrote:
>> ffmenc will store recommended encoder configuration if present.
>> This will allow the user to base on local defaults and
>> apply only explicitly set options.
>>
>> If recommended encoder configuration is not present, then
>> non-default context's options are stored.
>>
>> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
>> ---
>>   libavformat/ffmenc.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++---
>>   1 file changed, 70 insertions(+), 4 deletions(-)
>
> this should bump micro or minor version of avformat

bumped micro

> otherwise looks ok

pushed all 3, thx



More information about the ffmpeg-devel mailing list