]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/file.c
Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
[vlc] / modules / audio_output / file.c
index 67a93698ccd3c0cee0c78ab43b2ae5f83c62ddcc..544d69b4bb1a63281fae057cd231288649f3199f 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>
-#include <stdlib.h>
 #include <errno.h>
 
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include <vlc_codecs.h> /* WAVEHEADER */
+#include <vlc_charset.h>
 
 #define FRAME_SIZE 2048
 #define A52_FRAME_NB 1536