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
lavf/ftp: Remove an unneeded forward declaration.
tags/n4.1
Carl Eugen Hoyos
7 years ago
parent
d6a1f711bc
commit
f85fa100db
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavformat/ftp.c
+ 0
- 2
libavformat/ftp.c
View File
@@ -489,8 +489,6 @@ static int ftp_list_nlst(FTPContext *s)
return 0;
}
static int ftp_has_feature(FTPContext *s, const char *feature_name);
static int ftp_list(FTPContext *s)
{
int ret;
Write
Preview
Loading…
Cancel
Save