change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it
correctly this time. Originally committed as revision 15147 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									23cdcb22a3
								
							
						
					
					
						commit
						bdf6972c4b
					
				| @ -487,7 +487,7 @@ static int dirac_probe(AVProbeData *p) | |||||||
| } | } | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if (ENABLE_AC3_DEMUXER || ENABLE_EAC3_DEMUXER) | #if defined(CONFIG_AC3_DEMUXER) || defined(CONFIG_EAC3_DEMUXER) | ||||||
| static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id) | static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id) | ||||||
| { | { | ||||||
|     int max_frames, first_frames = 0, frames; |     int max_frames, first_frames = 0, frames; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user