[FFmpeg-soc] [soc]: r5290 - concat/libavformat/concatgen.c
gkovacs
subversion at mplayerhq.hu
Wed Aug 26 08:00:40 CEST 2009
Author: gkovacs
Date: Wed Aug 26 08:00:40 2009
New Revision: 5290
Log:
remove unused commented-out code
Modified:
concat/libavformat/concatgen.c
Modified: concat/libavformat/concatgen.c
==============================================================================
--- concat/libavformat/concatgen.c Wed Aug 26 07:58:26 2009 (r5289)
+++ concat/libavformat/concatgen.c Wed Aug 26 08:00:40 2009 (r5290)
@@ -82,9 +82,6 @@ int ff_concatgen_read_packet(AVFormatCon
av_log(ic, AV_LOG_DEBUG, "Switching stream %d to %d\n", stream_index, ctx->pe_curidx+1);
ctx->pe_curidx++;
- //ctx->pe_curidx = av_playlist_stream_index_from_time(ctx,
- //av_playlist_time_offset(ctx->durations, ctx->pe_curidx),
- //NULL);
if (ff_playlist_populate_context(ctx, ctx->pe_curidx) < 0) {
av_log(NULL, AV_LOG_ERROR, "Failed to switch to AVFormatContext %d\n", ctx->pe_curidx);
break;
More information about the FFmpeg-soc
mailing list