1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

lavc: change type of AVFrame.channels field from int64_t to int

"channels" is an int in all the other places in the libraries, and the
av_frame_*_channels() accessors return and set an int, so this should not
implicate ABI breaks.
This commit is contained in:
Stefano Sabatini 2013-02-06 01:40:38 +01:00
parent ad899522ff
commit 5085b46496

View File

@ -1501,7 +1501,7 @@ typedef struct AVFrame {
* - encoding: unused
* - decoding: Read by user.
*/
int64_t channels;
int channels;
/**
* size of the corresponding packet containing the compressed