diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-02 18:43:17 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-02 18:43:17 +0000 |
commit | ded7033671fb7d84fbdb67ace46c1fc8833631bc (patch) | |
tree | 96c63bccf5ffc8b0a55fc9325de21f1b5bbac5a1 /libmpcodecs | |
parent | cae7631dbe265ceea9b58c32b6812532202bd9cb (diff) |
cosmetics: reindent after last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27399 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/ve_raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ve_raw.c b/libmpcodecs/ve_raw.c index 09b5471edf..9cbc75c256 100644 --- a/libmpcodecs/ve_raw.c +++ b/libmpcodecs/ve_raw.c @@ -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)) { |