comparison mpegaudio.h @ 8600:5b5ac656cb50 libavcodec

explicitly disable CONFIG_AUDIO_NONSHORT
author aurel
date Fri, 16 Jan 2009 00:03:51 +0000
parents 6550218be3b7
children 54e2916c25a5
comparison
equal deleted inserted replaced
8599:db00335551ca 8600:5b5ac656cb50
27 #define AVCODEC_MPEGAUDIO_H 27 #define AVCODEC_MPEGAUDIO_H
28 28
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "bitstream.h" 30 #include "bitstream.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32
33 #define CONFIG_AUDIO_NONSHORT 0
32 34
33 /* max frame size, in samples */ 35 /* max frame size, in samples */
34 #define MPA_FRAME_SIZE 1152 36 #define MPA_FRAME_SIZE 1152
35 37
36 /* max compressed frame size */ 38 /* max compressed frame size */