Browse Source

init h, fixes CID54 RUN2

Originally committed as revision 13520 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
75480e86ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffserver.c

+ 1
- 1
ffserver.c 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;


Loading…
Cancel
Save