]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Reduce indentation in modify_moov().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 18:42:55 +0000 (20:42 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitfa02aa1d7ab03948198dad8329ea0bcf6b176a60
tree4284f6dcbc8da3058d21ba0d90901cb3a6715ab3
parentd8f98990cc76981983a29331c921b5f23142cca3
mp4: Reduce indentation in modify_moov().

If the condition of the if clause is true, we return early, so
the else clause can be made unconditional.

No real change.
mp4.c