Commit 00d7b56
Fix build with the current FFmpeg avformat (#190)
* 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 <bsowa123@gmail.com>1 parent 8c3e5f4 commit 00d7b56
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
0 commit comments