From d69e068fda13288c8040b83bd1aa67699a2dddd3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Jun 2014 01:04:53 +0200 Subject: demux: fix compilation with FFmpeg git FFmpeg requires a bullshit padding after each input buffer, and they just increased that padding without warning and without ABI or API bump. We need this only in one file (although mp_image hardcodes something similar, for which no FFmpeg API define is available), so drop our own define. --- demux/demux.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'demux/demux.h') diff --git a/demux/demux.h b/demux/demux.h index 2bcfc241c1..d477bb45a9 100644 --- a/demux/demux.h +++ b/demux/demux.h @@ -87,9 +87,6 @@ enum demux_check { DEMUX_CHECK_NORMAL, // normal, safe detection }; -// demux_lavf can pass lavf buffers using FF_INPUT_BUFFER_PADDING_SIZE instead -#define MP_INPUT_BUFFER_PADDING_SIZE 16 - #define MAX_SH_STREAMS 256 struct demuxer; -- cgit v1.2.3