0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Cosmetics: Fix indentation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25388 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-12-14 07:15:13 +00:00
parent 5b122fd41a
commit 5eaf53d925

View File

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