K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-04-27T14:37:28.535464Z K 7 svn:log V 849 textproc/libextractor: unbreak with ffmpeg 4.0 thumbnailffmpeg_extractor.c:426:29: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' unsigned char padded_data[PADDED_BUFFER_SIZE]; ^ thumbnailffmpeg_extractor.c:99:43: note: expanded from macro 'PADDED_BUFFER_SIZE' #define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE) ^ thumbnailffmpeg_extractor.c:479:38: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' memset (&padded_data[iret], 0, PADDED_BUFFER_SIZE - iret); ^ thumbnailffmpeg_extractor.c:99:43: note: expanded from macro 'PADDED_BUFFER_SIZE' #define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE) ^ PR: 227726 END