Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
81c7c817
Commit
81c7c817
authored
Dec 09, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Use consistent names for multiple inclusion guards.
parent
0cf35059
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
gsmdec_data.h
libavcodec/gsmdec_data.h
+3
-3
options_table.h
libavcodec/options_table.h
+3
-3
options_table.h
libavformat/options_table.h
+3
-3
No files found.
libavcodec/gsmdec_data.h
View file @
81c7c817
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_GSMDEC_DATA
#ifndef AVCODEC_GSMDEC_DATA
_H
#define AVCODEC_GSMDEC_DATA
#define AVCODEC_GSMDEC_DATA
_H
#include <stdint.h>
#include <stdint.h>
#include "avcodec.h"
#include "avcodec.h"
...
@@ -41,4 +41,4 @@ typedef struct GSMContext {
...
@@ -41,4 +41,4 @@ typedef struct GSMContext {
extern
const
uint16_t
ff_gsm_long_term_gain_tab
[
4
];
extern
const
uint16_t
ff_gsm_long_term_gain_tab
[
4
];
extern
const
int16_t
ff_gsm_dequant_tab
[
64
][
8
];
extern
const
int16_t
ff_gsm_dequant_tab
[
64
][
8
];
#endif
/* AVCODEC_GSMDEC_DATA */
#endif
/* AVCODEC_GSMDEC_DATA
_H
*/
libavcodec/options_table.h
View file @
81c7c817
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_OPTIONS_TABLE
#ifndef AVCODEC_OPTIONS_TABLE
_H
#define AVCODEC_OPTIONS_TABLE
#define AVCODEC_OPTIONS_TABLE
_H
#include <float.h>
#include <float.h>
#include <limits.h>
#include <limits.h>
...
@@ -413,4 +413,4 @@ static const AVOption options[]={
...
@@ -413,4 +413,4 @@ static const AVOption options[]={
#undef DEFAULT
#undef DEFAULT
#undef OFFSET
#undef OFFSET
#endif /
/ AVCODEC_OPTIONS_TABLE
#endif
/
* AVCODEC_OPTIONS_TABLE_H */
libavformat/options_table.h
View file @
81c7c817
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVFORMAT_OPTIONS_TABLE
#ifndef AVFORMAT_OPTIONS_TABLE
_H
#define AVFORMAT_OPTIONS_TABLE
#define AVFORMAT_OPTIONS_TABLE
_H
#include <limits.h>
#include <limits.h>
...
@@ -65,4 +65,4 @@ static const AVOption options[]={
...
@@ -65,4 +65,4 @@ static const AVOption options[]={
#undef DEFAULT
#undef DEFAULT
#undef OFFSET
#undef OFFSET
#endif /
/ AVFORMAT_OPTIONS_TABLE
#endif
/
* AVFORMAT_OPTIONS_TABLE_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment