lib571.c drop interim variable

This commit is contained in:
Viktor Szakats 2025-08-02 11:38:53 +02:00
parent fa3b7e8b90
commit 63349b7faf
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -45,11 +45,10 @@
static int rtp_packet_count = 0;
static size_t rtp_write(char *ptr, size_t size, size_t nmemb, void *stream)
static size_t rtp_write(char *data, size_t size, size_t nmemb, void *stream)
{
static const char *RTP_DATA = "$_1234\n\0Rsdf";
char *data = (char *)ptr;
int channel = RTP_PKT_CHANNEL(data);
int message_size;
int coded_size = RTP_PKT_LENGTH(data);