Revision 983e3246 libavcodec/ac3dec.c
libavcodec/ac3dec.c | ||
---|---|---|
16 | 16 |
* License along with this library; if not, write to the Free Software |
17 | 17 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | 18 |
*/ |
19 |
|
|
20 |
/** |
|
21 |
* @file ac3dec.c |
|
22 |
* AC3 decoder. |
|
23 |
*/ |
|
24 |
|
|
25 |
//#define DEBUG |
|
26 |
|
|
19 | 27 |
#include "avcodec.h" |
20 | 28 |
#include "libac3/ac3.h" |
21 | 29 |
|
Also available in: Unified diff