]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Clean up membuffer_write_std_tag().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 17:38:21 +0000 (19:38 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commita23c7f2c797ac29ed76db5059b00e3b8e5e2042a
treed20e89f20fe54070384f3ca0656f375e9e2fe46a
parentdab576cb940f48319befac01f67f611f0acabe35
mp4: Clean up membuffer_write_std_tag().

Remove the check for the compilation flag since we never pass "cpil"
to this function. Remove the flags variable whose value is now always
one. Introduce a variable for the string length instead of calling
strlen() three times, and unify the way comments are formatted.
mp4.c