[FFmpeg-soc] [soc]: r5305 - concat/libavformat/avplaylist.c

gkovacs subversion at mplayerhq.hu
Wed Aug 26 10:31:29 CEST 2009


Author: gkovacs
Date: Wed Aug 26 10:31:29 2009
New Revision: 5305

Log:
remove unused variable from av_playlist_close

Modified:
   concat/libavformat/avplaylist.c

Modified: concat/libavformat/avplaylist.c
==============================================================================
--- concat/libavformat/avplaylist.c	Wed Aug 26 10:30:58 2009	(r5304)
+++ concat/libavformat/avplaylist.c	Wed Aug 26 10:31:29 2009	(r5305)
@@ -224,7 +224,7 @@ void av_playlist_relative_paths(char **f
 
 int av_playlist_close(AVPlaylistContext *ctx)
 {
-    int i, err;
+    int err;
     while (ctx->pelist_size > 0) {
         err = av_playlist_remove_item(ctx->pelist_size-1);
         if (err) {


More information about the FFmpeg-soc mailing list