mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:43:31 +03:00
lib571.c drop interim variable
This commit is contained in:
parent
fa3b7e8b90
commit
63349b7faf
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue