⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layerdata.h

📁 网络MPEG4IP流媒体开发源代码
💻 H
字号:
#ifndef LAYERDATA_H#define LAYERDATA_Htypedef struct {/* sequence header */	int intra_quantizer_matrix[64], non_intra_quantizer_matrix[64];	int chroma_intra_quantizer_matrix[64], chroma_non_intra_quantizer_matrix[64];	int mpeg2;	int qscale_type, altscan;      /* picture coding extension */	int pict_scal;                /* picture spatial scalable extension */	int scalable_mode;            /* sequence scalable extension */} mpeg3_layerdata_t;#endif

⌨️ 快捷键说明

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