]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/transrate/frame.c
Dutch l10n update by Myckel Habets
[vlc] / modules / stream_out / transrate / frame.c
index 70690dbf8ba5e5ef8cb1e1c93a188169a6616431..5d7a02e3ffdc8380cea90fcacbabe818a213c823 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
-#include <stdlib.h>
 #define NDEBUG 1
 #include <assert.h>
 #include <math.h>
 
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
 #include <vlc_sout.h>
 #include <vlc_codec.h>
 
@@ -718,7 +720,7 @@ static void mpeg2_slice( transrate_t *tr, const int code )
                 bs_write( bs, *(dc + i), *(dc_len + i) );
                 putintrablk( bs, new_block[i], tr->intra_vlc_format );
             }
-    
         }
         else
         {