[FFmpeg-soc] [soc]: r4835 - in amr: amrfixeddata.h amrnbfixeddec.c
cmcq
subversion at mplayerhq.hu
Wed Jul 29 14:31:04 CEST 2009
Author: cmcq
Date: Wed Jul 29 14:31:04 2009
New Revision: 4835
Log:
Adopt the new filenames in the fixed-point code
Modified:
amr/amrfixeddata.h
amr/amrnbfixeddec.c
Modified: amr/amrfixeddata.h
==============================================================================
--- amr/amrfixeddata.h Wed Jul 29 14:28:57 2009 (r4834)
+++ amr/amrfixeddata.h Wed Jul 29 14:31:04 2009 (r4835)
@@ -19,11 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVCODEC_AMRDATA_H
-#define AVCODEC_AMRDATA_H
+#ifndef AVCODEC_AMRFIXEDDATA_H
+#define AVCODEC_AMRFIXEDDATA_H
/**
- * @file libavcodec/amrdata.h
+ * @file libavcodec/amrfixeddata.h
* AMR data and definitions
*/
@@ -1181,4 +1181,4 @@ static const uint16_t pitch_gain_quant[N
/**************************** end of tables *****************************/
-#endif /* AVCODEC_AMRDATA_H */
+#endif /* AVCODEC_AMRFIXEDDATA_H */
Modified: amr/amrnbfixeddec.c
==============================================================================
--- amr/amrnbfixeddec.c Wed Jul 29 14:28:57 2009 (r4834)
+++ amr/amrnbfixeddec.c Wed Jul 29 14:31:04 2009 (r4835)
@@ -1,5 +1,5 @@
/*
- * AMR narrowband decoder
+ * AMR narrowband decoder (fixed point)
* Copyright (c) 2006-2007 Robert Swain
*
* This file is part of FFmpeg.
@@ -21,7 +21,7 @@
/**
- * @file libavcodec/amrnbdec.c
+ * @file libavcodec/amrnbfixeddec.c
* AMR narrowband decoder
*/
@@ -34,7 +34,7 @@
#include "avcodec.h"
#include "get_bits.h"
#include "common.h"
-#include "amrdata.h"
+#include "amrfixeddata.h"
typedef struct AMRContext {
More information about the FFmpeg-soc
mailing list