Commit 75480e86 authored by Baptiste Coudurier's avatar Baptiste Coudurier

init h, fixes CID54 RUN2

Originally committed as revision 13520 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 96f69e0d
...@@ -3078,7 +3078,7 @@ static int rtp_new_av_stream(HTTPContext *c, ...@@ -3078,7 +3078,7 @@ static int rtp_new_av_stream(HTTPContext *c,
AVFormatContext *ctx; AVFormatContext *ctx;
AVStream *st; AVStream *st;
char *ipaddr; char *ipaddr;
URLContext *h; URLContext *h = NULL;
uint8_t *dummy_buf; uint8_t *dummy_buf;
char buf2[32]; char buf2[32];
int max_packet_size; int max_packet_size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment