[FFmpeg-devel] [PATCH 1/3] avcodec/h264_metadata_bsf: fix the AVClass version number

Michael Niedermayer michael at niedermayer.cc
Sat Nov 11 12:54:56 EET 2017


On Sat, Nov 11, 2017 at 01:47:20AM -0300, James Almer wrote:
> ---
>  libavcodec/h264_metadata_bsf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c
> index 73e73e96e4..ada40a57c7 100644
> --- a/libavcodec/h264_metadata_bsf.c
> +++ b/libavcodec/h264_metadata_bsf.c
> @@ -506,7 +506,7 @@ static const AVClass h264_metadata_class = {
>      .class_name = "h264_metadata_bsf",
>      .item_name  = av_default_item_name,
>      .option     = h264_metadata_options,
> -    .version    = LIBAVCODEC_VERSION_MAJOR,
> +    .version    = LIBAVUTIL_VERSION_INT,
>  };
>  
>  static const enum AVCodecID h264_metadata_codec_ids[] = {

should be ok

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 2
"100% positive feedback" - "All either got their money back or didnt complain"
"Best seller ever, very honest" - "Seller refunded buyer after failed scam"
-------------- 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/736e74b0/attachment.sig>


More information about the ffmpeg-devel mailing list