From 5fcc4a236b1f5eef34381e58bbf7d74e6ac03fcb Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 11 May 2008 11:15:18 +0000 Subject: [PATCH] Document AVCodecContext channels field. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13115 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8d8b635604..9641a882f2 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -921,7 +921,7 @@ typedef struct AVCodecContext { /* audio only */ int sample_rate; ///< samples per second - int channels; + int channels; ///< number of audio channels /** * audio sample format