Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Martin Storsjö 15 years ago
parent ed8d57665b
commit 02174293c6
  1. 2
      libavformat/avio.c

@ -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;

Loading…
Cancel
Save