dfiasco.h

来自「linux下将各类格式图片转换工具」· C头文件 代码 · 共 39 行

H
39
字号
/* *  dfiasco.h *		 *  Written by:		Ullrich Hafner *		 *  This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec) *  Copyright (C) 1994-2000 Ullrich Hafner <hafner@bigfoot.de> *//* *  $Date: 2000/07/15 18:00:53 $ *  $Author: hafner $ *  $Revision: 5.2 $ *  $State: Exp $ */#ifndef _DFIASCO_H#define _DFIASCO_H#include "types.h"#include "bit-io.h"#include "decoder.h"#include "image.h"#include "wfa.h"typedef struct dfiasco{   char       id [8];   wfa_t     *wfa;   video_t   *video;   bitfile_t *input;   int	      enlarge_factor;   int        smoothing;   format_e   image_format;} dfiasco_t;#endif /* not _DFIASCO_H */

⌨️ 快捷键说明

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