mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
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>