summarylogtreecommitdiffstats
path: root/input_buffer_padding.patch
diff options
context:
space:
mode:
authornezumisama2015-09-06 15:00:28 +0200
committernezumisama2015-09-06 15:12:18 +0200
commit8050aab8babba3db8914e90ccc2d9684b708ab6b (patch)
treea777d6f83abc186e9a1143292ab6596af0140fcd /input_buffer_padding.patch
parent34e6d3e8af4ca718c02396176f184599eb8e1da5 (diff)
downloadaur-8050aab8babba3db8914e90ccc2d9684b708ab6b.tar.gz
Switched to a forked repo on my account. Patches are integrated there.
Diffstat (limited to 'input_buffer_padding.patch')
-rw-r--r--input_buffer_padding.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/input_buffer_padding.patch b/input_buffer_padding.patch
deleted file mode 100644
index b8c31379f7e6..000000000000
--- a/input_buffer_padding.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur mplayer2.old/libmpdemux/demuxer.h mplayer2/libmpdemux/demuxer.h
---- mplayer2.old/libmpdemux/demuxer.h 2014-07-27 12:52:23.710581692 +0200
-+++ mplayer2/libmpdemux/demuxer.h 2014-07-27 12:54:10.541535634 +0200
-@@ -121,7 +121,7 @@
- #define SEEK_BACKWARD (1 << 3)
-
- // demux_lavf can pass lavf buffers using FF_INPUT_BUFFER_PADDING_SIZE instead
--#define MP_INPUT_BUFFER_PADDING_SIZE 16
-+#define MP_INPUT_BUFFER_PADDING_SIZE 32
-
- typedef struct demux_stream {
- int buffer_pos; // current buffer position
-