comparison liba52/downmix.c @ 428:dd4f4c3d7171 libavcodec

consistent include usage
author glantau
date Sat, 25 May 2002 22:42:45 +0000
parents 207cc56d18f8
children 68d0a38bd802
comparison
equal deleted inserted replaced
427:c058624083e1 428:dd4f4c3d7171
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 <string.h>
27 #include <inttypes.h>
28 23
29 #include "a52.h" 24 #include "a52.h"
30 #include "a52_internal.h" 25 #include "a52_internal.h"
31 26
32 #define CONVERT(acmod,output) (((output) << 3) + (acmod)) 27 #define CONVERT(acmod,output) (((output) << 3) + (acmod))