this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix building against FFmpeg 8

Closes: #1617

Integral 9d48ae28 6cda58ef

+2 -2
+2 -2
src/CoreAudio/AudioToolbox/AudioConverterImpl.cpp
··· 212 212 { 213 213 TRACE(); 214 214 if (m_decoder) 215 - avcodec_close(m_decoder); 215 + avcodec_free_context(&m_decoder); 216 216 if (m_encoder) 217 - avcodec_close(m_encoder); 217 + avcodec_free_context(&m_encoder); 218 218 if (m_audioFrame) 219 219 av_free(m_audioFrame); 220 220 if (m_resampler)