[FFmpeg-devel] [PATCH] lavc: change type of AVFrame.channels field from int64_t to int

Christ-Jan Wijtmans cj.wijtmans at gmail.com
Tue Feb 12 17:05:42 CET 2013


Not on 64 bit systems i would think, maybe on 32 bit systems.

On Tue, Feb 12, 2013 at 5:03 PM, Alexis Ballier
<alexis.ballier at gmail.com> wrote:
> 2013/2/11 Stefano Sabatini <stefasab at gmail.com>:
>
>>> -    int64_t channels;
>>> +    int channels;
>
> There maybe something I have missed but doesn't this decrease the size
> of AVFrame ? And thus break ABI for accessing everything after this
> field ?
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list