[FFmpeg-devel] [BUMP PATCH 1/2] avcodec: change AVCodecContext.frame_number to int64_t

Marton Balint cus at passwd.hu
Fri Jan 27 19:59:39 EET 2023



On Fri, 27 Jan 2023, Anton Khirnov wrote:

> I still think we should do a deprecation+replacement like we do for
> everything else.

You mean you want to introduce a new 64 bit member and deprecate the old 
32 bit field?

E.g.

int64_t frame_num;

attribute_deprcated
int frame_number

And during the transition you want to sync the value between the 64bit and 
the 32bit ?

Thanks,
Marton

>
> -- 
> Anton Khirnov
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list