File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments