summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-14 07:15:13 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-14 07:15:13 +0000
commit5eaf53d925ebb63188e0fb79928326f9cc50ab62 (patch)
tree32d747b6326a797a0a98917415c537c13217e5ac /libmpdemux
parent5b122fd41a67e899486e744fb2c402ea4f4c37a6 (diff)
downloadmpv-5eaf53d925ebb63188e0fb79928326f9cc50ab62.tar.bz2
mpv-5eaf53d925ebb63188e0fb79928326f9cc50ab62.tar.xz
Cosmetics: Fix indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25388 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c
index a07fe13da9..c10330a3f9 100644
--- a/libmpdemux/demux_mov.c
+++ b/libmpdemux/demux_mov.c
@@ -936,7 +936,7 @@ static int gen_sh_video(sh_video_t* sh, mov_track_t* trak, int timescale) {
if (trak->fourcc == mmioFOURCC('r', 'a', 'w', ' ')) {
sh->format = IMGFMT_RGB | depth;
} else
- sh->format=trak->fourcc;
+ sh->format=trak->fourcc;
// crude video delay from editlist0 hack ::atm
if(trak->editlist_size>=1) {