]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudio.h
Explicitly include fastmemcpy.h from libvo/.
[ffmpeg] / libavcodec / mpegaudio.h
index 2bcf38eac2d34eb73f5f64c11c58a0bcf2bc6877..0ee58240c237d0cb48f567fdac4a37936faa0f86 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /* max frame size, in samples */
-#define MPA_FRAME_SIZE 1152 
+#define MPA_FRAME_SIZE 1152
 
 /* max compressed frame size */
 #define MPA_MAX_CODED_FRAME_SIZE 1792
@@ -55,7 +55,7 @@ int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
 int mpa_decode_header(AVCodecContext *avctx, uint32_t head);
 void ff_mpa_synth_init(MPA_INT *window);
 void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
-                        MPA_INT *window, int *dither_state,
+                         MPA_INT *window, int *dither_state,
                          OUT_INT *samples, int incr,
                          int32_t sb_samples[SBLIMIT]);