summarylogtreecommitdiffstats
path: root/ffmpegInputBuffer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpegInputBuffer.patch')
-rw-r--r--ffmpegInputBuffer.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/ffmpegInputBuffer.patch b/ffmpegInputBuffer.patch
new file mode 100644
index 000000000000..dbee7d5661f9
--- /dev/null
+++ b/ffmpegInputBuffer.patch
@@ -0,0 +1,4 @@
+109c109
+< int buffer_size = 192000 + FF_INPUT_BUFFER_PADDING_SIZE;
+---
+> int buffer_size = 192000 + AV_INPUT_BUFFER_PADDING_SIZE;