[FFmpeg-devel] [PATCH 2/3] avcodec/h265_metadata_bsf: fix the AVClass version number
Michael Niedermayer
michael at niedermayer.cc
Sat Nov 11 12:55:20 EET 2017
On Sat, Nov 11, 2017 at 01:47:21AM -0300, James Almer wrote:
> ---
> libavcodec/h265_metadata_bsf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/h265_metadata_bsf.c b/libavcodec/h265_metadata_bsf.c
> index 9af5cc256f..67dbe288e3 100644
> --- a/libavcodec/h265_metadata_bsf.c
> +++ b/libavcodec/h265_metadata_bsf.c
> @@ -440,7 +440,7 @@ static const AVClass h265_metadata_class = {
> .class_name = "h265_metadata_bsf",
> .item_name = av_default_item_name,
> .option = h265_metadata_options,
> - .version = LIBAVCODEC_VERSION_MAJOR,
> + .version = LIBAVUTIL_VERSION_INT,
> };
should be ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Into a blind darkness they enter who follow after the Ignorance,
they as if into a greater darkness enter who devote themselves
to the Knowledge alone. -- Isha Upanishad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171111/c4669aa0/attachment.sig>
More information about the ffmpeg-devel
mailing list