Mercurial > libavcodec.hg
comparison liba52/parse.c @ 1412:e101d1cffec6 libavcodec
when changing version, please keep my changes (win32 compile fix)
author | bellard |
---|---|
date | Sun, 24 Aug 2003 13:57:42 +0000 |
parents | 68d0a38bd802 |
children | ef2149182f1c |
comparison
equal
deleted
inserted
replaced
1411:c2e63cb94d06 | 1412:e101d1cffec6 |
---|---|
18 * | 18 * |
19 * You should have received a copy of the GNU General Public License | 19 * You should have received a copy of the GNU General Public License |
20 * along with this program; if not, write to the Free Software | 20 * along with this program; if not, write to the Free Software |
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 */ | 22 */ |
23 | |
24 #include "config.h" | |
25 | |
26 #include <stdlib.h> | |
27 #include <string.h> | |
28 #include <inttypes.h> | |
29 | |
30 #include "a52.h" | 23 #include "a52.h" |
31 #include "a52_internal.h" | 24 #include "a52_internal.h" |
32 #include "bitstream.h" | 25 #include "bitstream.h" |
33 #include "tables.h" | 26 #include "tables.h" |
34 | 27 |