diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2008-08-23 12:38:45 +0000 |
---|---|---|
committer | Vladimir Voroshilov <voroshil@gmail.com> | 2008-08-23 12:38:45 +0000 |
commit | fe3a80d6fabade4b7d13f83a18c0205c16dd7581 (patch) | |
tree | e69701d0ce86cad59da8a33063af7ce3942b7a28 /libavcodec/g729data.h | |
parent | 2fc3866d5ef09a7038fee56838aa10bc8de1abe5 (diff) | |
download | ffmpeg-fe3a80d6fabade4b7d13f83a18c0205c16dd7581.tar.gz |
Move from g729.h all definitions which are used only in g729dec.c
Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/g729data.h')
-rw-r--r-- | libavcodec/g729data.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/g729data.h b/libavcodec/g729data.h index 66dc4d3ce6..5334e48093 100644 --- a/libavcodec/g729data.h +++ b/libavcodec/g729data.h @@ -23,7 +23,9 @@ #define FFMPEG_G729DATA_H #include <stdint.h> -#include "g729.h" + +/// Moving Average (MA) prediction order +#define MA_NP 4 /** * first stage LSP codebook |