[FFmpeg-cvslog] avformat/mpegts: drop stray space

Michael Niedermayer git at videolan.org
Wed Jan 29 06:04:19 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jan 29 05:43:39 2014 +0100| [ad61419bbffa37a9bc395f0a53ce7e1b40f68e4d] | committer: Michael Niedermayer

avformat/mpegts: drop stray space

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad61419bbffa37a9bc395f0a53ce7e1b40f68e4d
---

 libavformat/mpegts.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index d352038..db697e4 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -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)



More information about the ffmpeg-cvslog mailing list