lavu: Drop deprecated av_dlog macro
Deprecated in 05/2015.
This commit is contained in:
		
							parent
							
								
									619a433eca
								
							
						
					
					
						commit
						35cf146a33
					
				@ -249,20 +249,6 @@ void av_log_default_callback(void *avcl, int level, const char *fmt,
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
const char* av_default_item_name(void* ctx);
 | 
					const char* av_default_item_name(void* ctx);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if FF_API_DLOG
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * av_dlog macros
 | 
					 | 
				
			||||||
 * @deprecated unused
 | 
					 | 
				
			||||||
 * Useful to print debug messages that shouldn't get compiled in normally.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifdef DEBUG
 | 
					 | 
				
			||||||
#    define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
 | 
					 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
#    define av_dlog(pctx, ...)
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#endif /* FF_API_DLOG */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Skip repeated messages, this requires the user app to use av_log() instead of
 | 
					 * Skip repeated messages, this requires the user app to use av_log() instead of
 | 
				
			||||||
 * (f)printf as the 2 would otherwise interfere and lead to
 | 
					 * (f)printf as the 2 would otherwise interfere and lead to
 | 
				
			||||||
 | 
				
			|||||||
@ -78,9 +78,6 @@
 | 
				
			|||||||
 * @{
 | 
					 * @{
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef FF_API_DLOG
 | 
					 | 
				
			||||||
#define FF_API_DLOG                     (LIBAVUTIL_VERSION_MAJOR < 56)
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#ifndef FF_API_CRYPTO_CONTEXT
 | 
					#ifndef FF_API_CRYPTO_CONTEXT
 | 
				
			||||||
#define FF_API_CRYPTO_CONTEXT           (LIBAVUTIL_VERSION_MAJOR < 57)
 | 
					#define FF_API_CRYPTO_CONTEXT           (LIBAVUTIL_VERSION_MAJOR < 57)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user