[FFmpeg-soc] [soc]: r4696 - in concat/libavformat: m3u.c playlist.h pls.c xspf.c
gkovacs
subversion at mplayerhq.hu
Mon Jul 13 02:23:00 CEST 2009
Author: gkovacs
Date: Mon Jul 13 02:22:59 2009
New Revision: 4696
Log:
making playlist_relative_paths static
Modified:
concat/libavformat/m3u.c
concat/libavformat/playlist.h
concat/libavformat/pls.c
concat/libavformat/xspf.c
Modified: concat/libavformat/m3u.c
==============================================================================
--- concat/libavformat/m3u.c Mon Jul 13 02:20:54 2009 (r4695)
+++ concat/libavformat/m3u.c Mon Jul 13 02:22:59 2009 (r4696)
@@ -33,6 +33,8 @@ static int ff_concatgen_read_play(AVForm
static int ff_concatgen_read_pause(AVFormatContext *s);
+static void ff_playlist_relative_paths(char **flist, const char *workingdir);
+
/* The ffmpeg codecs we support, and the IDs they have in the file */
static const AVCodecTag codec_m3u_tags[] = {
{ 0, 0 },
Modified: concat/libavformat/playlist.h
==============================================================================
--- concat/libavformat/playlist.h Mon Jul 13 02:20:54 2009 (r4695)
+++ concat/libavformat/playlist.h Mon Jul 13 02:22:59 2009 (r4696)
@@ -58,8 +58,6 @@ PlaylistContext* ff_playlist_alloc_conte
int ff_playlist_populate_context(PlaylistContext *playlc, AVFormatContext *s, int stream_index);
-void ff_playlist_relative_paths(char **flist, const char *workingdir);
-
PlaylistContext* ff_playlist_get_context(AVFormatContext *ic);
AVStream *ff_playlist_get_stream(PlaylistContext *ctx, int pe_idx, int stream_index);
Modified: concat/libavformat/pls.c
==============================================================================
--- concat/libavformat/pls.c Mon Jul 13 02:20:54 2009 (r4695)
+++ concat/libavformat/pls.c Mon Jul 13 02:22:59 2009 (r4696)
@@ -33,6 +33,8 @@ static int ff_concatgen_read_play(AVForm
static int ff_concatgen_read_pause(AVFormatContext *s);
+static void ff_playlist_relative_paths(char **flist, const char *workingdir);
+
/* The ffmpeg codecs we support, and the IDs they have in the file */
static const AVCodecTag codec_pls_tags[] = {
{ 0, 0 },
Modified: concat/libavformat/xspf.c
==============================================================================
--- concat/libavformat/xspf.c Mon Jul 13 02:20:54 2009 (r4695)
+++ concat/libavformat/xspf.c Mon Jul 13 02:22:59 2009 (r4696)
@@ -36,6 +36,8 @@ static int ff_concatgen_read_play(AVForm
static int ff_concatgen_read_pause(AVFormatContext *s);
+static void ff_playlist_relative_paths(char **flist, const char *workingdir);
+
/* The ffmpeg codecs we support, and the IDs they have in the file */
static const AVCodecTag codec_xspf_tags[] = {
{ 0, 0 },
More information about the FFmpeg-soc
mailing list