K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-04-24T00:16:15.284741Z K 7 svn:log V 771 emulators/rpcs3: unbreak with ffmpeg 4.0 by updating to 0.0.5.215 rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE); ^ rpcs3/Emu/Cell/Modules/cellAdec.cpp:233:28: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' this->size = size + FF_INPUT_BUFFER_PADDING_SIZE; ^ ^ Changes: https://github.com/RPCS3/rpcs3/compare/eb3dfb6bb...bd1d4de42 PR: 227726 END