]> git.sesse.net Git - vlc/blobdiff - modules/mux/mp4.c
Remove some whitespace
[vlc] / modules / mux / mp4.c
index 6120257fd3eddc34c3caa0da756310688a5f3985..e21e616305183c1a133685a2163133bec9310900 100644 (file)
@@ -736,7 +736,6 @@ static void ConvertAVC1( sout_mux_t *p_mux, mp4_stream_t *tk, block_t *p_block )
     }
 }
 
-
 static int GetDescrLength( int i_size )
 {
     if( i_size < 0x00000080 )