aboutsummaryrefslogtreecommitdiff
path: root/textproc/libextractor/files/patch-ffmpeg29
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libextractor/files/patch-ffmpeg29')
-rw-r--r--textproc/libextractor/files/patch-ffmpeg299
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/libextractor/files/patch-ffmpeg29 b/textproc/libextractor/files/patch-ffmpeg29
index ccdccea70483..7d11c4178efe 100644
--- a/textproc/libextractor/files/patch-ffmpeg29
+++ b/textproc/libextractor/files/patch-ffmpeg29
@@ -24,6 +24,15 @@ Applied-Upstream: commit: r35548:r35549 and r36975
/**
* Set to 1 to enable debug output.
*/
+@@ -82,7 +96,7 @@
+ /**
+ * Number of bytes to feed to libav in one go, with padding (padding is zeroed).
+ */
+-#define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)
++#define PADDED_BUFFER_SIZE (BUFFER_SIZE + AV_INPUT_BUFFER_PADDING_SIZE)
+
+ /**
+ * Global handle to MAGIC data.
@@ -153,7 +167,7 @@
static size_t
create_thumbnail (int src_width, int src_height,