提交 8ffb3f08 编写于 作者: G Ganesh Ajjanagadde
上级 6662ca28
......@@ -28,9 +28,9 @@
#include "avcodec.h"
#ifdef AMR_USE_16BIT_TABLES
#define R_TABLE_TYPE uint16_t
typedef uint16_t R_TABLE_TYPE;
#else
#define R_TABLE_TYPE uint8_t
typedef uint8_t R_TABLE_TYPE;
#endif
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册