diff options
Diffstat (limited to 'multimedia/x265/files/patch-source_encoder_api.cpp')
-rw-r--r-- | multimedia/x265/files/patch-source_encoder_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x265/files/patch-source_encoder_api.cpp b/multimedia/x265/files/patch-source_encoder_api.cpp index dcd29b667096..ed77a79d7aa3 100644 --- a/multimedia/x265/files/patch-source_encoder_api.cpp +++ b/multimedia/x265/files/patch-source_encoder_api.cpp @@ -1,4 +1,4 @@ -In svt-hevc 1.5.0, they payload-array (1024 bytes) is part of the structure, +In svt-hevc 1.5.0, the payload-array (1024 bytes) is part of the structure, rather than a pointer to be allocated separately. This patch should allow compiling x265 against both older (1.4.x) and 1.5.x |