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
5f1c37ae
Commit
5f1c37ae
authored
Aug 22, 2015
by
Timothy Gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: Fix `make checkheaders`
parent
c5d9e9b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
libavcodec/Makefile
+1
-1
aacenc_is.h
libavcodec/aacenc_is.h
+2
-0
aacenc_tns.h
libavcodec/aacenc_tns.h
+1
-1
No files found.
libavcodec/Makefile
View file @
5f1c37ae
...
...
@@ -908,7 +908,6 @@ SKIPHEADERS += %_tablegen.h \
%_tables.h
\
aac_tablegen_decl.h
\
fft-internal.h
\
libutvideo.h
\
old_codec_ids.h
\
tableprint.h
\
tableprint_vlc.h
\
...
...
@@ -918,6 +917,7 @@ SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_DXVA2)
+=
dxva2.h
dxva2_internal.h
SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER)
+=
libschroedinger.h
SKIPHEADERS-$(CONFIG_LIBUTVIDEO)
+=
libutvideo.h
SKIPHEADERS-$(CONFIG_LIBWEBP_ENCODER)
+=
libwebpenc_common.h
SKIPHEADERS-$(CONFIG_QSV)
+=
qsv.h
qsv_internal.h
SKIPHEADERS-$(CONFIG_QSVDEC)
+=
qsvdec.h
SKIPHEADERS-$(CONFIG_QSVENC)
+=
qsvenc.h
...
...
libavcodec/aacenc_is.h
View file @
5f1c37ae
...
...
@@ -28,6 +28,8 @@
#ifndef AVCODEC_AACENC_IS_H
#define AVCODEC_AACENC_IS_H
#include "aacenc.h"
/** Frequency in Hz for lower limit of intensity stereo **/
#define INT_STEREO_LOW_LIMIT 6100
...
...
libavcodec/aacenc_tns.h
View file @
5f1c37ae
...
...
@@ -28,7 +28,7 @@
#ifndef AVCODEC_AACENC_TNS_H
#define AVCODEC_AACENC_TNS_H
#include "aac.h"
#include "aac
enc
.h"
/** Frequency in Hz for lower limit of TNS **/
#define TNS_LOW_LIMIT 2150
...
...
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