Mercurial > libavcodec.hg
comparison ac3.h @ 1106:1e39f273ecd6 libavcodec
per file doxy
author | michaelni |
---|---|
date | Thu, 06 Mar 2003 11:32:04 +0000 |
parents | b32afefe7d33 |
children | 785b6b4682b5 |
comparison
equal
deleted
inserted
replaced
1105:b773f9d23236 | 1106:1e39f273ecd6 |
---|---|
13 * Lesser General Public License for more details. | 13 * Lesser General Public License for more details. |
14 * | 14 * |
15 * You should have received a copy of the GNU Lesser General Public | 15 * You should have received a copy of the GNU Lesser General Public |
16 * License along with this library; if not, write to the Free Software | 16 * License along with this library; if not, write to the Free Software |
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 */ | |
19 | |
20 /** | |
21 * @file ac3.h | |
22 * Common code between AC3 encoder and decoder. | |
18 */ | 23 */ |
19 | 24 |
20 #define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */ | 25 #define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */ |
21 #define AC3_MAX_CHANNELS 6 /* including LFE channel */ | 26 #define AC3_MAX_CHANNELS 6 /* including LFE channel */ |
22 | 27 |