fffmpeg void av_log_set_flags(int arg)函数阅读

本文主要介绍了ffmpeg中的av_log_set_flags函数,该函数用于设置日志标志,特别是AV_LOG_SKIP_REPEATED,以跳过重复的日志消息。为了正确使用此功能,用户应用应避免使用printf,而改用av_log。此外,还提到了libavutil包中的log.c和log.h文件,以及AVClass结构体在日志记录中的作用。
摘要由CSDN通过智能技术生成

阅读的第一个函数就是 av_set_flags(int arg)函数

av_log_set_flags(AV_LOG_SKIP_REPEATED);

AV_LOG_SKIP_REPEATED宏定义的说明是:

/**
 * 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
 * "Last message repeated x times" messages below (f)printf messages with some
 * bad luck.
 * Also to receive the last, "last repeated" line if any, the user app must
 * call av_log(NULL, AV_LOG_QUIET, ""); at the end
 */

跳过重复的消息;这就要求用户应用程序使用av_log()日志函数,而不是printf()函数;

函数的源代码:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值