]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mp4: Clean up find_standard_meta().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 17:22:17 +0000 (19:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
Use ARRAY_SIZE() instead of open-coding it, move the stdmetas array
into the function since it is only used there, and make it const.
Also replace 0 by NULL, since the function returns a pointer, and
remove the pointless comment.

Finally, move the function and the declaration of the stdmeta_entry
structure closer to its single user.


No differences found