image.h
来自「264的播放器」· C头文件 代码 · 共 24 行
H
24 行
/*!
************************************************************************
* \file image.h
*
************************************************************************
*/
#ifndef _IMAGE_H_
#define _IMAGE_H_
#include "mbuffer.h"
// this one is empty. keep it, maybe we will move some image.c function
// declarations here
extern StorablePicture *dec_picture;
extern FILE *bits;
void get_block(int ref_frame, StorablePicture **list, int x_pos, int y_pos, struct img_par *img, int block[4][4]);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?