Skip to content

Commit ea3bb8a

Browse files
committed
Increase path version
1 parent 89f88a1 commit ea3bb8a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

imf-prepare-patches.sh

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

33
set -e
44

5-
PATCH_VERSION="11"
5+
PATCH_VERSION="12"
66

77
PATCH_NAME="avformat/imf"
88

@@ -82,9 +82,11 @@ The IMF standard was first introduced in 2013 and is managed by the SMPTE.
8282
8383
CHANGE NOTES:
8484
85-
- limit Track Files to MXF
86-
- remove stealth variable assignment
87-
- remove unused function parameter
85+
- refactor save_avio_options()
86+
- change av_realloc() to av_realloc_array() to prevent size overflows
87+
- use av_opt_set(...format_whitelist...) to force MXF track files
88+
- add support for io_open2()
89+
- misc code path improvements
8890
"
8991

9092
# add tests back to the Makefile

0 commit comments

Comments
 (0)