[MPlayer-cvslog] r27399 - trunk/libmpcodecs/ve_raw.c
compn
subversion at mplayerhq.hu
Sat Aug 2 20:43:18 CEST 2008
Author: compn
Date: Sat Aug 2 20:43:17 2008
New Revision: 27399
Log:
cosmetics: reindent after last commit
Modified:
trunk/libmpcodecs/ve_raw.c
Modified: trunk/libmpcodecs/ve_raw.c
==============================================================================
--- trunk/libmpcodecs/ve_raw.c (original)
+++ trunk/libmpcodecs/ve_raw.c Sat Aug 2 20:43:17 2008
@@ -28,7 +28,7 @@ struct vf_priv_s {
static int set_format(struct vf_instance_s *vf, unsigned int fmt) {
if (!force_fourcc)
- mux_v->bih->biCompression = fmt;
+ mux_v->bih->biCompression = fmt;
mux_v->bih->biPlanes = 1;
if (IMGFMT_IS_RGB(fmt)) {
More information about the MPlayer-cvslog
mailing list