[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:03:01 CET 2013


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 ?


More information about the ffmpeg-devel mailing list