]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Cosmetics
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 29 Dec 2019 02:36:56 +0000 (03:36 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 21 Apr 2020 06:50:22 +0000 (08:50 +0200)
commit8a4fda029a3d0ff6d1ae007a986d3a18b35dac8a
tree000d0a00a96b3c352b48b68ae2b810741fd367a0
parente3c54b549abf2798422245582c0ed775c894ddeb
avformat/matroskaenc: Cosmetics

Reindentation, removal of { } if they contain only one statement
and moving the return statement to a line of its own in situations
like "if (ret < 0) return ret;". Moreover, several overlong lines
were made shorter and a camelCase variable received a name in line
with our naming conventions.

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