]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
10l, move init after possible goto
authorbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 23 Jun 2008 03:18:55 +0000 (03:18 +0000)
committerbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 23 Jun 2008 03:18:55 +0000 (03:18 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

ffserver.c

index f91e1934ed95e456cef2f289bc017df324e18445..ef93e5ce01fab17369f907afa497d39d61212773 100644 (file)
@@ -2158,10 +2158,10 @@ static int http_prepare_data(HTTPContext *c)
                         }
                     }
                 } 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 */