[FFmpeg-soc] [soc]: r4634 - concat/libavformat/playlist.c
gkovacs
subversion at mplayerhq.hu
Mon Jul 6 20:15:58 CEST 2009
Author: gkovacs
Date: Mon Jul 6 20:15:58 2009
New Revision: 4634
Log:
removed unnecessary return value
Modified:
concat/libavformat/playlist.c
Modified: concat/libavformat/playlist.c
==============================================================================
--- concat/libavformat/playlist.c Mon Jul 6 20:11:15 2009 (r4633)
+++ concat/libavformat/playlist.c Mon Jul 6 20:15:58 2009 (r4634)
@@ -54,7 +54,6 @@ void ff_playlist_make_playelem(PlayElem
if(!pe->fmt) {
fprintf(stderr, "failed pe ic fmt not set");
}
- return pe;
}
PlaylistContext* ff_playlist_make_context(char *filename)
More information about the FFmpeg-soc
mailing list