comparison libmpcodecs/ad_imaadpcm.c @ 21372:1767c271d710

Remove bswap.h, use libavutil/bswap.h instead.
author diego
date Wed, 29 Nov 2006 15:02:45 +0000
parents 99df5428882f
children fa99b3d31d13
comparison
equal deleted inserted replaced
21371:2ffcd779b875 21372:1767c271d710
19 #include <stdio.h> 19 #include <stdio.h>
20 #include <stdlib.h> 20 #include <stdlib.h>
21 #include <unistd.h> 21 #include <unistd.h>
22 22
23 #include "config.h" 23 #include "config.h"
24 #include "bswap.h" 24 #include "libavutil/common.h"
25 #include "libavutil/bswap.h"
25 #include "ad_internal.h" 26 #include "ad_internal.h"
26 27
27 #define MS_IMA_ADPCM_PREAMBLE_SIZE 4 28 #define MS_IMA_ADPCM_PREAMBLE_SIZE 4
28 29
29 #define QT_IMA_ADPCM_PREAMBLE_SIZE 2 30 #define QT_IMA_ADPCM_PREAMBLE_SIZE 2