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
38a13155
Commit
38a13155
authored
Dec 18, 2016
by
Rostislav Pehlivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opus: remove redundant ff_celt_window2 declaration
Signed-off-by:
Rostislav Pehlivanov
<
atomnuker@gmail.com
>
parent
d8b9bef1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
opus.h
libavcodec/opus.h
+0
-2
opusdec.c
libavcodec/opusdec.c
+1
-0
No files found.
libavcodec/opus.h
View file @
38a13155
...
...
@@ -205,6 +205,4 @@ int ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc,
float
**
output
,
int
coded_channels
,
int
frame_size
,
int
startband
,
int
endband
);
extern
const
float
ff_celt_window2
[
120
];
#endif
/* AVCODEC_OPUS_H */
libavcodec/opusdec.c
View file @
38a13155
...
...
@@ -47,6 +47,7 @@
#include "internal.h"
#include "mathops.h"
#include "opus.h"
#include "opustab.h"
static
const
uint16_t
silk_frame_duration_ms
[
16
]
=
{
10
,
20
,
40
,
60
,
...
...
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