Changeset 8a4fda02 in ffmpeg

Timestamp:
Apr 21, 2020, 6:50:22 AM (5 years ago)
Author:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Branches:
master
Children:
e3c7b224
Parents:
e3c54b54
git-author:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (12/29/19 02:36:56)
git-committer:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (04/21/20 06:50:22)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.