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

Aurelien Jacobs aurel
Mon Mar 15 00:59:40 CET 2010


On Sun, Mar 14, 2010 at 07:53:39PM +0100, Michael Niedermayer wrote:
> On Sun, Mar 14, 2010 at 05:57:48PM +0100, Aurelien Jacobs wrote:
> > Hi,
> > 
> > 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.
> > 
> > Aurel
> >  avformat.h  |   53 -----------------------------------------------------
> >  gopher.c    |    1 +
> >  http.c      |    1 +
> >  internal.h  |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  rtmpproto.c |    1 +
> >  rtpproto.c  |    1 +
> >  rtsp.c      |    1 +
> >  tcp.c       |    1 +
> >  udp.c       |    1 +
> >  9 files changed, 60 insertions(+), 53 deletions(-)
> > 28c4e826906ee75091eae4e3a2974436575c67d8  ff_url_internal.diff
> 
> looks ok

Applied.

Aurel



More information about the ffmpeg-devel mailing list