comparison avio.c @ 6169:47456957844f libavformat

Reindent
author mstorsjo
date Wed, 23 Jun 2010 11:26:43 +0000
parents f7090c70ed34
children 91c7c6929874
comparison
equal deleted inserted replaced
6168:48548659926c 6169:47456957844f
93 return av_register_protocol(protocol); 93 return av_register_protocol(protocol);
94 } 94 }
95 #endif 95 #endif
96 96
97 static int url_alloc_for_protocol (URLContext **puc, struct URLProtocol *up, 97 static int url_alloc_for_protocol (URLContext **puc, struct URLProtocol *up,
98 const char *filename, int flags) 98 const char *filename, int flags)
99 { 99 {
100 URLContext *uc; 100 URLContext *uc;
101 int err; 101 int err;
102 102
103 #if CONFIG_NETWORK 103 #if CONFIG_NETWORK