]> git.sesse.net Git - ffmpeg/commit
avformat/webmdashenc: Cosmetics
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 17 Jul 2020 05:32:52 +0000 (07:32 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 26 Jul 2020 14:47:01 +0000 (16:47 +0200)
commitf38d01714a2f835dec1a37347f4f3c182be2eefa
tree880fa0672efcc82a5652d8ef59ad9713ebb34dfa
parente45365d15d9da58d51960b7c3ecc5ac44a8ddb4f
avformat/webmdashenc: Cosmetics

Mostly using intermediate pointers for accesses (i.e. storing s->pb in a
variable pb and then using pb for writing instead of s->pb) to improve
readability. Furthermore, the opening brace '{' of a function has been
moved into a line of its own in instances where it wasn't before.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/webmdashenc.c