]> git.sesse.net Git - vlc/blobdiff - modules/codec/dmo/dmo.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / dmo / dmo.c
index 7be93f5f5b9471c78a4a85f946732c521b22e970..7a9fa4e3661da9a4cc1fba0edd062dde813f662d 100644 (file)
@@ -1012,7 +1012,7 @@ static int EncoderSetVideoType( encoder_t *p_enc, IMediaObject *p_dmo )
     BITMAPINFOHEADER *p_bih;
 
     /* FIXME */
-    p_enc->fmt_in.video.i_bits_per_pixel = 
+    p_enc->fmt_in.video.i_bits_per_pixel =
         p_enc->fmt_out.video.i_bits_per_pixel = 12;
 
     /* Enumerate input format (for debug output) */