Allocate extradata with av_malloc()
The extradata buffer is owned by libav, so it must be allocated with av_malloc(), not SDL_malloc(). This fixes a crash on Windows during avformat_free_context().
R
Romain Vimont committed
f5f4e6b1c5f8a07fa53c27bf81f02b8bf0380e92
Parent: 6c40dbd