Revision 983e3246 libavcodec/ac3.h
libavcodec/ac3.h | ||
---|---|---|
17 | 17 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | 18 |
*/ |
19 | 19 |
|
20 |
/** |
|
21 |
* @file ac3.h |
|
22 |
* Common code between AC3 encoder and decoder. |
|
23 |
*/ |
|
24 |
|
|
20 | 25 |
#define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */ |
21 | 26 |
#define AC3_MAX_CHANNELS 6 /* including LFE channel */ |
22 | 27 |
|
Also available in: Unified diff