Skip to content

Commit ad9b01d

Browse files
committed
x265: Fix applying patches
Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent 599a139 commit ad9b01d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SRC_URI += " \
2-
file://0001-Fix-error-message-for-x265-check-when-StrictCbr-is-e.patch \
3-
file://0002-Fix-memory-leak-if-no-command-line-option.patch \
4-
file://0003-Fix-SEI-buffer-memory-leaks.patch \
5-
file://0004-Fix-shared-link-issue-R_X86_64_PC32.patch \
6-
file://0005-Add-check-for-input-video-resolution-exceeding-8k.patch \
7-
file://0006-Fix-max-supported-input-resolution-check.patch \
8-
file://0007-Add-Feature-flag-support-in-x265_config.patch \
9-
file://0008-Fix-the-buffer-size-and-frame-out-of-bound-access-is.patch \
10-
file://0009-Add-new-Levels.patch \
11-
file://0010-fix-for-yuv-recon-output-issue.patch \
12-
file://0011-fix-to-resolve-issue-when-rd-refine-and-dynamic-refi.patch \
13-
file://0012-Unroll-C-implementation-of-pelFilterChroma_V.patch \
14-
file://0013-Unroll-C-implementation-of-pelFilterChroma_H.patch \
2+
file://0001-Fix-error-message-for-x265-check-when-StrictCbr-is-e.patch;striplevel=2 \
3+
file://0002-Fix-memory-leak-if-no-command-line-option.patch;striplevel=2 \
4+
file://0003-Fix-SEI-buffer-memory-leaks.patch;striplevel=2 \
5+
file://0004-Fix-shared-link-issue-R_X86_64_PC32.patch;striplevel=2 \
6+
file://0005-Add-check-for-input-video-resolution-exceeding-8k.patch;striplevel=2 \
7+
file://0006-Fix-max-supported-input-resolution-check.patch;striplevel=2 \
8+
file://0007-Add-Feature-flag-support-in-x265_config.patch;striplevel=2 \
9+
file://0008-Fix-the-buffer-size-and-frame-out-of-bound-access-is.patch;striplevel=2 \
10+
file://0009-Add-new-Levels.patch;striplevel=2 \
11+
file://0010-fix-for-yuv-recon-output-issue.patch;striplevel=2 \
12+
file://0011-fix-to-resolve-issue-when-rd-refine-and-dynamic-refi.patch;striplevel=2 \
13+
file://0012-Unroll-C-implementation-of-pelFilterChroma_V.patch;striplevel=2 \
14+
file://0013-Unroll-C-implementation-of-pelFilterChroma_H.patch;striplevel=2 \
1515
"

0 commit comments

Comments
 (0)