[FFmpeg-soc] [soc]: r4724 - concat/libavformat/playlist.c

gkovacs subversion at mplayerhq.hu
Thu Jul 16 03:11:10 CEST 2009


Author: gkovacs
Date: Thu Jul 16 03:11:10 2009
New Revision: 4724

Log:
removed unnecessary ByteIOContext

Modified:
   concat/libavformat/playlist.c

Modified: concat/libavformat/playlist.c
==============================================================================
--- concat/libavformat/playlist.c	Thu Jul 16 03:10:22 2009	(r4723)
+++ concat/libavformat/playlist.c	Thu Jul 16 03:11:10 2009	(r4724)
@@ -174,7 +174,6 @@ void ff_playlist_relative_paths(char **f
 {
     int i;
     for (i = 0; i < len; ++i) { // determine if relative paths
-        ByteIOContext *s;
         char *fullfpath;
         int wdslen = strlen(workingdir);
         int flslen = strlen(flist[i]);


More information about the FFmpeg-soc mailing list