Commit 8ffb3f08 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment