[FFmpeg-cvslog] r13904 - trunk/ffserver.c
bcoudurier
subversion
Mon Jun 23 05:18:55 CEST 2008
Author: bcoudurier
Date: Mon Jun 23 05:18:55 2008
New Revision: 13904
Log:
10l, move init after possible goto
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Mon Jun 23 05:18:55 2008
@@ -2158,10 +2158,10 @@ static int http_prepare_data(HTTPContext
}
}
} else {
+ send_it:
AVCodecContext *codec;
AVStream *ist = c->fmt_in->streams[source_index];
AVStream *ost = ctx->streams[pkt.stream_index];
- send_it:
/* specific handling for RTP: we use several
output stream (one for each RTP
connection). XXX: need more abstract handling */
More information about the ffmpeg-cvslog
mailing list