[FFmpeg-devel] [PATCH][RFC] avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag

James Almer jamrial at gmail.com
Sun Sep 3 00:51:33 EEST 2017


On 9/2/2017 6:47 PM, Michael Niedermayer wrote:
> On Fri, Sep 01, 2017 at 03:00:16PM -0300, James Almer wrote:
>> This flag replaces the deprecated, non-prefixed HWACCEL_CODEC_CAP_EXPERIMENTAL
>> one.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> No HWAccel uses HWACCEL_CODEC_CAP_EXPERIMENTAL at all. I wonder if we
>> shouldn't instead just not bother replacing it and consider adding it
>> once and if an hwaccel is ever committed in an unfinished way.
>>
>>  doc/APIchanges       | 4 ++++
>>  libavcodec/avcodec.h | 8 +++++++-
>>  libavcodec/decode.c  | 2 +-
>>  libavcodec/version.h | 4 ++--
>>  4 files changed, 14 insertions(+), 4 deletions(-)
> 
> LGTM
> 
> thx

If nobody speaks and argues in favor of just dropping the flag
altogether with the bump then i'll push it.

Thanks.


More information about the ffmpeg-devel mailing list