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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue