statistics_aac_dummy.c

来自「C写的MPEG4音频源代码(G.723/G.729)」· C语言 代码 · 共 22 行

C
22
字号
/* This file has been created automatically. *//* Any changes in this file will be lost.    */#define D(a) {const void *dummyfilepointer; dummyfilepointer = &a;}#include <stdio.h>#include "bitstreamHandle.h"     /* handler, defines, enums */#include "buffersHandle.h"       /* handler, defines, enums */#include "reorderspecHandle.h"   /* handler, defines, enums */#include "resilienceHandle.h"    /* handler, defines, enums */#include "bitstreamStruct.h"     /* structs */#include "bitstream.h"#include "statistics_aac.h"void StatisticsAacInitV1(){}void StatisticsAacPrint(){}#undef D

⌨️ 快捷键说明

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