Revision f1f60f52 libavformat/internal.h
libavformat/internal.h | ||
---|---|---|
239 | 239 |
*/ |
240 | 240 |
void ff_reduce_index(AVFormatContext *s, int stream_index); |
241 | 241 |
|
242 |
/* |
|
243 |
* Convert a relative url into an absolute url, given a base url. |
|
244 |
* |
|
245 |
* @param buf the buffer where output absolute url is written |
|
246 |
* @param size the size of buf |
|
247 |
* @param base the base url, may be equal to buf. |
|
248 |
* @param rel the new url, which is interpreted relative to base |
|
249 |
*/ |
|
250 |
void ff_make_absolute_url(char *buf, int size, const char *base, |
|
251 |
const char *rel); |
|
252 |
|
|
242 | 253 |
#endif /* AVFORMAT_INTERNAL_H */ |
Also available in: Unified diff