1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2010-06-23 11:26:43 +00:00
parent ed8d57665b
commit 02174293c6

View File

@ -95,7 +95,7 @@ int register_protocol(URLProtocol *protocol)
#endif
static int url_alloc_for_protocol (URLContext **puc, struct URLProtocol *up,
const char *filename, int flags)
const char *filename, int flags)
{
URLContext *uc;
int err;