[FFmpeg-devel] [PATCH] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

Philip Langdale philipl at overt.org
Fri Jun 26 19:28:55 CEST 2015


On 2015-06-26 09:09, wm4 wrote:
>> diff --git a/libavcodec/version.h b/libavcodec/version.h
>> index eff8820..1073588 100644
>> --- a/libavcodec/version.h
>> +++ b/libavcodec/version.h
>> @@ -29,7 +29,7 @@
>>  #include "libavutil/version.h"
>> 
>>  #define LIBAVCODEC_VERSION_MAJOR 56
>> -#define LIBAVCODEC_VERSION_MINOR  45
>> +#define LIBAVCODEC_VERSION_MINOR  46
>>  #define LIBAVCODEC_VERSION_MICRO 100
>> 
>>  #define LIBAVCODEC_VERSION_INT  
>> AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
> 
> LGTM, but not sure if the flag really has to be public API. This is
> pretty much just a one-time thing with the vdpau code.

Yeah, I wasn't sure. Do codec flags count as public API? Maybe this 
isn't
a version bump at all or maybe just micro.

--phil


More information about the ffmpeg-devel mailing list