g723_1: Rename files to better reflect their purpose
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
b74b88f30d
commit
aac996cc01
@ -225,7 +225,7 @@ OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o
|
||||
OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o
|
||||
OBJS-$(CONFIG_FRWU_DECODER) += frwu.o
|
||||
OBJS-$(CONFIG_G2M_DECODER) += g2meet.o elsdec.o
|
||||
OBJS-$(CONFIG_G723_1_DECODER) += g723_1.o acelp_vectors.o \
|
||||
OBJS-$(CONFIG_G723_1_DECODER) += g723_1dec.o acelp_vectors.o \
|
||||
celp_filters.o
|
||||
OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o
|
||||
OBJS-$(CONFIG_GIF_ENCODER) += gif.o lzwenc.o
|
||||
|
@ -25,8 +25,8 @@
|
||||
* G.723.1 compatible decoder data tables
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_G723_1_DATA_H
|
||||
#define AVCODEC_G723_1_DATA_H
|
||||
#ifndef AVCODEC_G723_1_H
|
||||
#define AVCODEC_G723_1_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -1198,4 +1198,4 @@ static const int cng_filt[4] = { 273, 998, 499, 333 };
|
||||
|
||||
static const int cng_bseg[3] = { 2048, 18432, 231233 };
|
||||
|
||||
#endif /* AVCODEC_G723_1_DATA_H */
|
||||
#endif /* AVCODEC_G723_1_H */
|
@ -33,7 +33,7 @@
|
||||
#include "get_bits.h"
|
||||
#include "acelp_vectors.h"
|
||||
#include "celp_filters.h"
|
||||
#include "g723_1_data.h"
|
||||
#include "g723_1.h"
|
||||
#include "internal.h"
|
||||
|
||||
#define CNG_RANDOM_SEED 12345
|
Loading…
x
Reference in New Issue
Block a user