]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Convert "meta_only" to a boolean.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 19 Aug 2021 17:13:31 +0000 (19:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit13273bf45126e8254dabce13bbdcfdfc396868ef
tree6dc633ed22d940ed5d058613013709e4045abe4c
parentdf6826829971cc26ee52ab924789cdcc14db6c09
mp4: Convert "meta_only" to a boolean.

Several functions receive the "meta_only" parameter to distinguish
between regular and metadata-only opens. The parameter can only be
zero or one, so use a boolean because true/false is more descriptive
than 1/0.
mp4.c