[FFmpeg-devel] [PATCH] cuvid: Add hwaccels and decoders for remaining supported formats
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sun Sep 4 13:42:33 EEST 2016
2016-09-03 21:14 GMT+02:00 Philip Langdale <philipl at 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
More information about the ffmpeg-devel
mailing list