comparison log.h @ 917:3ab411c447c4 libavutil

Add means to adjust the log level per context.
author michael
date Sat, 08 May 2010 20:41:20 +0000
parents de7b577403bc
children 2acb0b1891c0
comparison
equal deleted inserted replaced
916:2860cc0b5562 917:3ab411c447c4
54 * This is used to allow fields to be added without requiring major 54 * This is used to allow fields to be added without requiring major
55 * version bumps everywhere. 55 * version bumps everywhere.
56 */ 56 */
57 57
58 int version; 58 int version;
59
60 /**
61 * Offset in the structure where log_level_offset is stored.
62 * 0 means there is no such variable
63 */
64 int log_level_offset_offset;
59 } AVClass; 65 } AVClass;
60 66
61 /* av_log API */ 67 /* av_log API */
62 68
63 #define AV_LOG_QUIET -8 69 #define AV_LOG_QUIET -8