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
Add some explanatory comments to #endif directives.
Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
3cce801a0b
commit
0a4f20c6c5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavformat/udp.c
+ 2
- 2
libavformat/udp.c
View File
@@ -204,7 +204,7 @@ static int udp_ipv6_set_local(URLContext *h) {
return -1;
}
#endif
#endif
/* CONFIG_IPV6 */
/**
@@ -384,7 +384,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
goto fail;
}
}
#endif
#endif
/* CONFIG_IPV6 */
if (is_output) {
/* limit the tx buf size to limit latency */
Write
Preview
Loading…
Cancel
Save