avformat/mpegts: drop stray space
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									bf9a8d183d
								
							
						
					
					
						commit
						ad61419bbf
					
				@ -1981,7 +1981,7 @@ static int handle_packet(MpegTSContext *ts, const uint8_t *packet)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // stop find_stream_info from waiting for more streams
 | 
					        // stop find_stream_info from waiting for more streams
 | 
				
			||||||
        // when all programs have received a PMT
 | 
					        // when all programs have received a PMT
 | 
				
			||||||
        if( ts->stream->ctx_flags & AVFMTCTX_NOHEADER) {
 | 
					        if(ts->stream->ctx_flags & AVFMTCTX_NOHEADER) {
 | 
				
			||||||
            int i;
 | 
					            int i;
 | 
				
			||||||
            for(i=0; i<ts->nb_prg; i++) {
 | 
					            for(i=0; i<ts->nb_prg; i++) {
 | 
				
			||||||
                if (!ts->prg[i].pmt_found)
 | 
					                if (!ts->prg[i].pmt_found)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user