undefines a few temporary defines which were not undefined after their usage.
Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									8dc6f118b7
								
							
						
					
					
						commit
						5e89b50b29
					
				@ -754,6 +754,10 @@ static const AVOption options[]={
 | 
			
		||||
 | 
			
		||||
#undef A
 | 
			
		||||
#undef V
 | 
			
		||||
#undef S
 | 
			
		||||
#undef E
 | 
			
		||||
#undef D
 | 
			
		||||
#undef DEFAULT
 | 
			
		||||
 | 
			
		||||
static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -474,6 +474,10 @@ static const AVOption options[]={
 | 
			
		||||
{NULL},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#undef E
 | 
			
		||||
#undef D
 | 
			
		||||
#undef DEFAULT
 | 
			
		||||
 | 
			
		||||
static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options };
 | 
			
		||||
 | 
			
		||||
#if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user