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