Commit 5fcc4a23 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

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
parent 397db8ac
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment