]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Avoid camel case for members of struct mp4_track.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Aug 2021 18:18:54 +0000 (20:18 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
commitb8bd7e787bfb3d2877ba87846c39d260287c02f1
tree556b9f05fbc689007965716dfac2137c3fb60229
parent046cc332e3e50ff1338aa54a19592a5d5af4de24
mp4: Avoid camel case for members of struct mp4_track.

Only three members of struct mp4 are in camel case while all others
follow the underscore convention, which is the standard coding style
of the paraslash code base. Let's be consistent here.

Add comments which indicate the origin of the values stored while
at it.
mp4.c