comparison ra144.c @ 1305:abca3b39231d libavcodec

* removed redundant includes (they were even wrongly used)
author kabi
date Fri, 13 Jun 2003 09:36:13 +0000
parents e8543aab0cc9
children b4a72edb3a71
comparison
equal deleted inserted replaced
1304:e8543aab0cc9 1305:abca3b39231d
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 */ 18 */
19 19
20 #include "../config.h"
21 #include "avcodec.h" 20 #include "avcodec.h"
22 21
23 #define DATABLOCK1 20 /* size of 14.4 input block in bytes */ 22 #define DATABLOCK1 20 /* size of 14.4 input block in bytes */
24 #define DATACHUNK1 1440 /* size of 14.4 input chunk in bytes */ 23 #define DATACHUNK1 1440 /* size of 14.4 input chunk in bytes */
25 #define AUDIOBLOCK 160 /* size of output block in 16-bit words (320 bytes) */ 24 #define AUDIOBLOCK 160 /* size of output block in 16-bit words (320 bytes) */