]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Reduce indentation of mp4ff_parse_tag().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 17:50:25 +0000 (19:50 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit6371cda6965da1f42b1b634dd930fbec233916ad
tree5d226561b1d2250c5ff1c38b38c53f60141f4185
parented9c31afce8eaa0bb7bf5f557e213d1193152ca5
mp4: Reduce indentation of mp4ff_parse_tag().

Reverse the condition and continue with the next iteration
if "done" is true.

The patch is large, but it's trivial because the only change is that
one code block has been shifted to the left.
mp4.c