]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/metasound.c
avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
[ffmpeg] / libavcodec / metasound.c
index 5a7f4c3fa16611fd42df2cfbef98bbbb39a652cc..6a7e31a26b139543063911cac5ffda343ee0790d 100644 (file)
 #include <math.h>
 #include <stdint.h>
 
-#define BITSTREAM_READER_LE
 #include "libavutil/channel_layout.h"
 #include "libavutil/float_dsp.h"
+
+#define BITSTREAM_READER_LE
 #include "avcodec.h"
-#include "get_bits.h"
 #include "fft.h"
+#include "get_bits.h"
 #include "internal.h"
 #include "lsp.h"
 #include "sinewin.h"