mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 22:14:20 +01:00
Explicitly initialize decoder sink_count
The zero-initialization relied on the fact that the decoder instance is static.
This commit is contained in:
@@ -140,6 +140,8 @@ decoder_packet_sink_push(struct sc_packet_sink *sink, const AVPacket *packet) {
|
||||
|
||||
void
|
||||
decoder_init(struct decoder *decoder) {
|
||||
decoder->sink_count = 0;
|
||||
|
||||
static const struct sc_packet_sink_ops ops = {
|
||||
.open = decoder_packet_sink_open,
|
||||
.close = decoder_packet_sink_close,
|
||||
|
||||
Reference in New Issue
Block a user