Chromium Code Reviews| Index: webrtc/modules/audio_coding/codecs/ilbc/ilbc.h |
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/include/ilbc.h b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.h |
| similarity index 93% |
| rename from webrtc/modules/audio_coding/codecs/ilbc/include/ilbc.h |
| rename to webrtc/modules/audio_coding/codecs/ilbc/ilbc.h |
| index 3be9142c8cbb834d3d883dc7836fc73fb3cc0255..c021f5be52edfe3f67f88455c2b8065755df18d6 100644 |
| --- a/webrtc/modules/audio_coding/codecs/ilbc/include/ilbc.h |
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.h |
| @@ -15,8 +15,8 @@ |
| * |
| */ |
| -#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_INCLUDE_ILBC_H_ |
| -#define WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_INCLUDE_ILBC_H_ |
| +#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_ILBC_H_ |
| +#define WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_ILBC_H_ |
| #include <stddef.h> |
| @@ -53,10 +53,10 @@ extern "C" { |
| * memory location |
| * |
| * Input: |
| - * - XXX_xxxinst : Pointer to created instance that should be |
| - * assigned |
| - * - ILBCXXX_inst_Addr : Pointer to the desired memory space |
| - * - size : The size that this structure occupies (in Word16) |
| + * - XXX_xxxinst : Pointer to created instance that should be |
| + * assigned |
| + * - ILBCXXX_inst_Addr : Pointer to the desired memory space |
| + * - size : The size that this structure occupies (in Word16) |
|
kwiberg-webrtc
2015/11/12 11:40:45
Note: It's easier to review if you don't include m
kjellander (google.com)
2015/11/12 11:45:26
Yeah I know. I just couldn't resist since this was
|
| * |
| * Return value : 0 - Ok |
| * -1 - Error |
| @@ -76,10 +76,10 @@ extern "C" { |
| * These functions create a instance to the specified structure |
| * |
| * Input: |
| - * - XXX_inst : Pointer to created instance that should be created |
| + * - XXX_inst : Pointer to created instance that should be created |
| * |
| - * Return value : 0 - Ok |
| - * -1 - Error |
| + * Return value : 0 - Ok |
| + * -1 - Error |
| */ |
| int16_t WebRtcIlbcfix_EncoderCreate(IlbcEncoderInstance **iLBC_encinst); |
| @@ -255,4 +255,4 @@ extern "C" { |
| } |
| #endif |
| -#endif |
| +#endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_ILBC_H_ |