forked from mirror/openmw-tes3mp
d77546b7dc
Deprecated functions were: - AVCodecContext::get_buffer - AVCodecContext::release_buffer Changed to: AVCodecContext::get_buffer2 and setting AVCodecContext::refcounted_frames to 1 before call to avcodec_open2(). release_buffer usage was removed. Also changed places when some fileds were compared to AV_NOPTS_VALUE - it's signed, so removed unsigned int casting, or changed casting to signed int. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> |
||
---|---|---|
.. | ||
mwbase | ||
mwclass | ||
mwdialogue | ||
mwgui | ||
mwinput | ||
mwmechanics | ||
mwrender | ||
mwscript | ||
mwsound | ||
mwstate | ||
mwworld | ||
android_main.c | ||
CMakeLists.txt | ||
crashcatcher.cpp | ||
doc.hpp | ||
engine.cpp | ||
engine.hpp | ||
main.cpp |