report.h

来自「the newest JM software by h.264 JVT offi」· C头文件 代码 · 共 26 行

H
26
字号

/*!
 ************************************************************************
 * \file report.h
 *
 * \brief
 *    headers for frame format related information
 *
 * \author
 *
 ************************************************************************
 */
#ifndef _REPORT_H_
#define _REPORT_H_
#include "contributors.h"
#include "global.h"
#include "enc_statistics.h"

void report ( ImageParameters *img, InputParameters *params, StatParameters *stats);
void information_init ( ImageParameters *img, InputParameters *params, StatParameters *stats);
void report_frame_statistic(void);
void report_stats_on_error (void);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?