[FFmpeg-devel] [PATCH] avcodec/libx264: Implement reference frame count limiting based on level
James Almer
jamrial at gmail.com
Tue Apr 22 22:26:19 CEST 2014
On 22/04/14 4:18 PM, Derek Buitenhuis wrote:
> On 4/12/2014 3:50 PM, Michael Niedermayer wrote:
>> This makes libavcodec/libx264.c behave more similar to the x264 command line
>> util
>>
>> Fixes Ticket3307
>>
>> Implementation based on x264
>>
>> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
>> ---
>> libavcodec/libx264.c | 23 +++++++++++++++++++++++
>> 1 file changed, 23 insertions(+)
>
> The idea seems solid, but maybe we could add a message?
>
> The silent functionality might catch people off guard.
>
> - Derek
Maybe a changelog entry? That file is kinda being underused after all.
The average user doesn't check commit messages, or the git repo for that matter.
Also maybe a micro version bump since the effect of the "level" option is changing.
More information about the ffmpeg-devel
mailing list