mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
Cosmetics: Fix indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25388 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5b122fd41a
commit
5eaf53d925
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user