You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app
Romain Vimont f5f4e6b1c5 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().
6 years ago
..
src Allocate extradata with av_malloc() 6 years ago
tests tests: fix test_control_event_serialize 6 years ago
meson.build Configure version at meson project level 6 years ago