summaryrefslogtreecommitdiff
path: root/src/buffer
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-03-19 22:13:19 -0400
committerAndrew Opalach <andrew@akon.city> 2025-03-19 22:13:19 -0400
commit2f34d806e42b6d6299ef46284466b98536485839 (patch)
tree9c5eba5a06b8a5f40ae6a89702cc0f0d8c5c3678 /src/buffer
parent191d98d306d48ba36d5a5a2eb3583b805a03b2c3 (diff)
downloadcamu-2f34d806e42b6d6299ef46284466b98536485839.tar.gz
camu-2f34d806e42b6d6299ef46284466b98536485839.tar.bz2
camu-2f34d806e42b6d6299ef46284466b98536485839.zip
Change ended entry behavior in list and sink
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/buffer')
-rw-r--r--src/buffer/video_null.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer/video_null.h b/src/buffer/video_null.h
index 8423b7c..60e73f1 100644
--- a/src/buffer/video_null.h
+++ b/src/buffer/video_null.h
@@ -64,6 +64,7 @@ static void camu_video_buffer_push(struct camu_video_buffer *buf, struct camu_co
static void camu_video_buffer_push_subtitle(struct camu_video_buffer *buf, struct camu_codec_packet *packet)
{
+ // This packet gets freed in the client.
(void)buf;
(void)packet;
}