]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Use a for-loop in mp4ff_parse_tag().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 18:22:16 +0000 (20:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit52c364a385949518920741ba80173abef48eb8a3
treef73a12798894c485e71d8f48a8d3ec8abd236509
parent39a3eb513e1a98a3a0cc54c38dacb89451ffe88e
mp4: Use a for-loop in mp4ff_parse_tag().

This is equivalent but will allow us to further reduce the indentation
because we now can easily continue the loop.
mp4.c