]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/transrate/frame.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / stream_out / transrate / frame.c
index a2ac5d978b3db40265417d80b057ace133aa4581..43b8994e264c5a25db21fa71b37fd7c050e65ee2 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
-#include <stdlib.h>
 #define NDEBUG 1
 #include <assert.h>
 #include <math.h>
 
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
-#include <<vlc_input.h>>
+#include <vlc_codec.h>
 
 #include "transrate.h"
 
@@ -718,7 +716,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
         {