comparison log.h @ 144:daeb1d7eec41 libavutil

make option field const
author bcoudurier
date Thu, 16 Nov 2006 00:29:15 +0000
parents d76a36742464
children dfd02ce85c5d
comparison
equal deleted inserted replaced
143:bec4c3d175da 144:daeb1d7eec41
31 const char* class_name; 31 const char* class_name;
32 const char* (*item_name)(void*); /* actually passing a pointer to an AVCodecContext 32 const char* (*item_name)(void*); /* actually passing a pointer to an AVCodecContext
33 or AVFormatContext, which begin with an AVClass. 33 or AVFormatContext, which begin with an AVClass.
34 Needed because av_log is in libavcodec and has no visibility 34 Needed because av_log is in libavcodec and has no visibility
35 of AVIn/OutputFormat */ 35 of AVIn/OutputFormat */
36 struct AVOption *option; 36 const struct AVOption *option;
37 }; 37 };
38 38
39 /* av_log API */ 39 /* av_log API */
40 40
41 #define AV_LOG_QUIET -1 41 #define AV_LOG_QUIET -1