Skip to content

Commit 1155157

Browse files
committed
Fix line length
Improve patch preparation
1 parent c6e3137 commit 1155157

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

imf-prepare-patches.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ CHANGE NOTES:
8282
- fixed rational initialization
8383
- removed extraneous call to xmlCleanupParser()
8484
- fix if/for single line braces
85+
- replace av_realloc_f with av_fast_realloc when allocating CPL Resources
8586
"
8687

8788
# add tests back to the Makefile

libavformat/imf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
#include "libavutil/rational.h"
4444
#include <libxml/tree.h>
4545

46-
#define FF_UUID_FORMAT "urn:uuid:%02hhx%02hhx%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx"
46+
#define FF_UUID_FORMAT "urn:uuid:%02hhx%02hhx%02hhx%02hhx-%02hhx%02hhx-"\
47+
"%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx"
4748

4849
/**
4950
* UUID as defined in IETF RFC 422

0 commit comments

Comments
 (0)