jcarith.c

来自「It is possible that certain products whi」· C语言 代码 · 共 23 行

C
23
字号
/* * jcarith.c * * [IJG Copyright notice] * * This file holds place for arithmetic entropy encoding routines. */#define JPEG_INTERNALS#include "jinclude.h"#include "jpeglib.h"/* * Module initialization routine for arithmetic entropy encoding. */GLOBAL(void)jinit_arith_encoder (j_compress_ptr cinfo){  ERREXIT(cinfo, JERR_ARITH_NOTIMPL);}

⌨️ 快捷键说明

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