From 5085b46496f0df5f4f7259d03f21d3f814aa28e2 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 6 Feb 2013 01:40:38 +0100 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9dc666691a..f809e3de7f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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