avformat: fix typo in avformat_close_input
The condition should not be &&.
This commit is contained in:
		
							parent
							
								
									7040c9fac2
								
							
						
					
					
						commit
						3f7fd59d15
					
				| @ -2704,7 +2704,7 @@ void avformat_close_input(AVFormatContext **ps) | |||||||
|     AVFormatContext *s = *ps; |     AVFormatContext *s = *ps; | ||||||
|     AVIOContext *pb = s->pb; |     AVIOContext *pb = s->pb; | ||||||
| 
 | 
 | ||||||
|     if ((s->iformat && s->iformat->flags & AVFMT_NOFILE) && |     if ((s->iformat && s->iformat->flags & AVFMT_NOFILE) || | ||||||
|         (s->flags & AVFMT_FLAG_CUSTOM_IO)) |         (s->flags & AVFMT_FLAG_CUSTOM_IO)) | ||||||
|         pb = NULL; |         pb = NULL; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user