]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Fix trivial coding style issues in read_mvhd().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 21:31:38 +0000 (23:31 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit9e876b72c811a1cb77b6ecbd4cba6f5b648be662
tree4af0631d54e24228162ee090890e680497ca834a
parentd140d430c5a2b2af1714d1630f21028e042c34ab
mp4: Fix trivial coding style issues in read_mvhd().

Some comments were located before the corresponding read statement,
some after, and some comments were indented weirdly.

No real change.
mp4.c