mirror of https://git.ffmpeg.org/ffmpeg.git
explicitly disable CONFIG_AUDIO_NONSHORT
Originally committed as revision 16620 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d80a7fe50a
commit
8b192330d5
|
@ -30,6 +30,8 @@
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
#include "dsputil.h"
|
#include "dsputil.h"
|
||||||
|
|
||||||
|
#define CONFIG_AUDIO_NONSHORT 0
|
||||||
|
|
||||||
/* max frame size, in samples */
|
/* max frame size, in samples */
|
||||||
#define MPA_FRAME_SIZE 1152
|
#define MPA_FRAME_SIZE 1152
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue