diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-11 11:15:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-11 11:15:18 +0000 |
commit | 5fcc4a236b1f5eef34381e58bbf7d74e6ac03fcb (patch) | |
tree | c852d374131bc6adea0fc8f2f94aacc29650821a /libavcodec/avcodec.h | |
parent | 397db8ac5e33973abd775bc235cff8ea18a7d5a7 (diff) | |
download | ffmpeg-5fcc4a236b1f5eef34381e58bbf7d74e6ac03fcb.tar.gz |
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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |