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 ?