OSDN Git Service

lavc: change type of AVFrame.channels field from int64_t to int
authorStefano Sabatini <stefasab@gmail.com>
Wed, 6 Feb 2013 00:40:38 +0000 (01:40 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sun, 24 Feb 2013 22:14:46 +0000 (23:14 +0100)
commit5085b46496f0df5f4f7259d03f21d3f814aa28e2
treee5b82cd966d8389fcf83305444c1694ae654e0f9
parentad899522ffa7f0039e631b0408a36f23aa84c0e7
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.
libavcodec/avcodec.h