1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

cosmetics: reindent after last commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27399 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2008-08-02 18:43:17 +00:00
parent cae7631dbe
commit ded7033671

View File

@ -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)) {