img_io.h

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

H
31
字号
/*!
 *************************************************************************************
 * \file img_io.h
 *
 * \brief
 *    image I/O related functions
 *
 * \author
 *    Main contributors (see contributors.h for copyright, address and affiliation details)
 *     - Alexis Michael Tourapis         <alexismt@ieee.org>
 *************************************************************************************
 */
#include "global.h"

#ifndef _IMG_IO_H_
#define _IMG_IO_H_

#include "io_video.h"
#include "io_raw.h"
#include "io_tiff.h"

int ParseSizeFromString           (VideoDataFile *input_file, int *xlen, int *ylen, double *fps);
void ParseFrameNoFormatFromString (VideoDataFile *input_file);
void OpenFrameFile                (VideoDataFile *input_file, InputParameters *params, int FrameNumberInFile);
void OpenFiles                    (VideoDataFile *input_file);
void CloseFiles                   (VideoDataFile *input_file);
VideoFileType ParseVideoType      (VideoDataFile *input_file);

#endif

⌨️ 快捷键说明

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