2016-09-03 21:14 GMT+02:00 Philip Langdale <phil...@overt.org>:

> @@ -626,6 +631,7 @@ void avcodec_register_all(void)
>      /* external libraries, that shouldn't be used by default if one of the
>       * above is available */
>      REGISTER_ENCDEC (LIBOPENH264,       libopenh264);
> +    REGISTER_DECODER(H263_CUVID,        h263_cuvid);
>      REGISTER_DECODER(H264_CUVID,        h264_cuvid);
>      REGISTER_ENCODER(H264_NVENC,        h264_nvenc);
>      REGISTER_ENCODER(H264_OMX,          h264_omx);

> +++ b/libavcodec/version.h
> @@ -29,7 +29,7 @@
>
>  #define LIBAVCODEC_VERSION_MAJOR  57
>  #define LIBAVCODEC_VERSION_MINOR  54
> -#define LIBAVCODEC_VERSION_MICRO 102
> +#define LIBAVCODEC_VERSION_MICRO 103

You have to bump minor if you (for example) add a new
decoder.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to