summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 10:05:10 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 10:05:10 +0000
commit88d80c23615eee927c92ac5366536c307ea8c48a (patch)
tree77dbbf12b8f98f8364476a1cd4208977835d01e0 /libvo
parent3865c166c91155bf1f29a902491661eef36f72e2 (diff)
downloadmpv-88d80c23615eee927c92ac5366536c307ea8c48a.tar.bz2
mpv-88d80c23615eee927c92ac5366536c307ea8c48a.tar.xz
Cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vdpau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index c69cca1ab2..c11f4fa4b1 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -1113,7 +1113,7 @@ static int query_format(uint32_t format)
case IMGFMT_VDPAU_WMV3:
case IMGFMT_VDPAU_VC1:
if (create_vdp_decoder(image_format, vid_width, vid_height, 2))
- return default_flags;
+ return default_flags;
}
return 0;
}