This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
96f69e0d87
commit
75480e86ba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save