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

gkovacs subversion at mplayerhq.hu
Sun Aug 30 00:53:41 CEST 2009


Author: gkovacs
Date: Sun Aug 30 00:53:41 2009
New Revision: 5359

Log:
add return value to ff_playlist_split_encodedstring

Modified:
   concat/libavformat/playlist.c

Modified: concat/libavformat/playlist.c
==============================================================================
--- concat/libavformat/playlist.c	Sun Aug 30 00:52:37 2009	(r5358)
+++ concat/libavformat/playlist.c	Sun Aug 30 00:53:41 2009	(r5359)
@@ -163,6 +163,7 @@ int ff_playlist_split_encodedstring(cons
         av_strlcpy(flist[i], ts+sepidx[i], sepidx[i+1]-sepidx[i]);
     }
     av_free(sepidx);
+    return 0;
 }
 
 void ff_playlist_relative_paths(char **flist,


More information about the FFmpeg-soc mailing list