1
0
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:
Baptiste Coudurier 2008-05-29 01:59:44 +00:00
parent 96f69e0d87
commit 75480e86ba

View File

@ -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;