Skip to content

Commit 4937037

Browse files
authored
Improve coding style
1 parent f85a333 commit 4937037

File tree

5 files changed

+307
-257
lines changed

5 files changed

+307
-257
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Language: Cpp
3-
AlignAfterOpenBracket: false
3+
AlignAfterOpenBracket: Align
44
AlignConsecutiveAssignments: false
55
AlignConsecutiveDeclarations: false
66
AlignOperands: false

imf-prepare-patches.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
PATCH_VERSION="13"
5+
PATCH_VERSION="14"
66

77
PATCH_NAME="avformat/imf"
88

@@ -83,7 +83,7 @@ The IMF standard was first introduced in 2013 and is managed by the SMPTE.
8383
8484
CHANGE NOTES:
8585
86-
- added libavformat/tests/imf to FATE
86+
- improve code style
8787
"
8888

8989
# add tests back to the Makefile

0 commit comments

Comments
 (0)