mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
init h, fixes CID54 RUN2
Originally committed as revision 13520 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
96f69e0d87
commit
75480e86ba
@ -3078,7 +3078,7 @@ static int rtp_new_av_stream(HTTPContext *c,
|
||||
AVFormatContext *ctx;
|
||||
AVStream *st;
|
||||
char *ipaddr;
|
||||
URLContext *h;
|
||||
URLContext *h = NULL;
|
||||
uint8_t *dummy_buf;
|
||||
char buf2[32];
|
||||
int max_packet_size;
|
||||
|
Loading…
Reference in New Issue
Block a user