]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Simplify sample_range_size().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Aug 2021 18:46:52 +0000 (20:46 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit6663ff04ae902bdea92b35b3b8dbdccd459d9099
tree5f4be6afd3a0fe9bd1b33153cbadd9106d262648
parentb3ac1dc38bb8366ece6cbaf2adf95e964e0295c7
mp4: Simplify sample_range_size().

Reduce indentation by making the else branch unconditional and simply
call the track pointer "t" rather than "p_track".
mp4.c