Skip to content

Commit

Permalink
Improve coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux authored Dec 23, 2021
1 parent f85a333 commit 4937037
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Language: Cpp
AlignAfterOpenBracket: false
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignOperands: false
Expand Down
4 changes: 2 additions & 2 deletions imf-prepare-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

PATCH_VERSION="13"
PATCH_VERSION="14"

PATCH_NAME="avformat/imf"

Expand Down Expand Up @@ -83,7 +83,7 @@ The IMF standard was first introduced in 2013 and is managed by the SMPTE.
CHANGE NOTES:
- added libavformat/tests/imf to FATE
- improve code style
"

# add tests back to the Makefile
Expand Down
Loading

0 comments on commit 4937037

Please sign in to comment.