]> git.sesse.net Git - ffmpeg/commitdiff
avformat/mpegts: drop stray space
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Jan 2014 04:43:39 +0000 (05:43 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Jan 2014 04:43:39 +0000 (05:43 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mpegts.c

index d3520387715d68d4ccb59a647c4fad3281986388..db697e40e14a02c010698eff5ff3fa36e281d707 100644 (file)
@@ -1981,7 +1981,7 @@ static int handle_packet(MpegTSContext *ts, const uint8_t *packet)
 
         // stop find_stream_info from waiting for more streams
         // when all programs have received a PMT
-        if( ts->stream->ctx_flags & AVFMTCTX_NOHEADER) {
+        if(ts->stream->ctx_flags & AVFMTCTX_NOHEADER) {
             int i;
             for(i=0; i<ts->nb_prg; i++) {
                 if (!ts->prg[i].pmt_found)