You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* signature for function libavformat/avio.h avio_alloc_context, parameter write_packet has changed from
(void *opaque, uint8_t *buf, int buf_size) to (void *opaque, const uint8_t *buf, int buf_size)
This was previously deprecated, but removed on March 07, 2024.
Please see FFmpeg/FFmpeg@02aea61
for details.
This commit reflects that change.
* Update src/libav_streamer.cpp
---------
Co-authored-by: Błażej Sowa <[email protected]>
0 commit comments