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

Alexis Ballier alexis.ballier at gmail.com
Tue Feb 12 17:06:52 CET 2013


2013/2/12 Alexis Ballier <alexis.ballier at gmail.com>:
> 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 ?

< nevcairiel> these fields are not part of the public API, you are
supposed to use the getter functions

please forget my question


More information about the ffmpeg-devel mailing list