mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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
This commit is contained in:
parent
397db8ac5e
commit
5fcc4a236b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user