[FFmpeg-devel] [PATCH] move ff_url_split/join to internal.h

Ronald S. Bultje rsbultje
Sun Mar 14 20:19:42 CET 2010


Hi,

2010/3/14 M?ns Rullg?rd <mans at mansr.com>:
> Aurelien Jacobs <aurel at gnuage.org> writes:
>> ff_url_split() and ff_url_join() are currently declared in avcodec.h but
>> under #ifdef HAVE_AV_CONFIG_H. They are not part of public API, so this
>> patch actually moves those declarations to internal.h.
>
> What shall we do about ffserver using ff_url_split?

I'll suggest the same I've suggested previously: move a private copy
into ffserver, it has many such problems.

In this case, maybe exporting ff_url_split() isn't such a bad idea
(with the proper av_ prefix, of course).

Ronald



More information about the ffmpeg-devel mailing list