ffmpeg: remove unused buffer_size in InputFile.
This commit is contained in:
		
							parent
							
								
									8aeed14459
								
							
						
					
					
						commit
						492cc9bcc4
					
				
							
								
								
									
										1
									
								
								ffmpeg.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								ffmpeg.c
									
									
									
									
									
								
							@ -259,7 +259,6 @@ typedef struct InputFile {
 | 
			
		||||
    AVFormatContext *ctx;
 | 
			
		||||
    int eof_reached;      /* true if eof reached */
 | 
			
		||||
    int ist_index;        /* index of first stream in input_streams */
 | 
			
		||||
    int buffer_size;      /* current total buffer size */
 | 
			
		||||
    int64_t ts_offset;
 | 
			
		||||
    int nb_streams;       /* number of stream that ffmpeg is aware of; may be different
 | 
			
		||||
                             from ctx.nb_streams if new streams appear during av_read_frame() */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user