comparison avcodec.h @ 6776:4b9f28275b14 libavcodec

Document AVCodecContext channels field. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 11 May 2008 11:15:18 +0000
parents e88e719b5e77
children 1b9c458d6d60
comparison
equal deleted inserted replaced
6775:1f02f929b9ff 6776:4b9f28275b14
919 const AVFrame *src, int offset[4], 919 const AVFrame *src, int offset[4],
920 int y, int type, int height); 920 int y, int type, int height);
921 921
922 /* audio only */ 922 /* audio only */
923 int sample_rate; ///< samples per second 923 int sample_rate; ///< samples per second
924 int channels; 924 int channels; ///< number of audio channels
925 925
926 /** 926 /**
927 * audio sample format 927 * audio sample format
928 * - encoding: Set by user. 928 * - encoding: Set by user.
929 * - decoding: Set by libavcodec. 929 * - decoding: Set by libavcodec.