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
8658e1c6
Commit
8658e1c6
authored
Feb 08, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mss4, ra288: Remove unused DSPContext local codec context members
parent
5d3d39c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
mss4.c
libavcodec/mss4.c
+0
-1
ra288.c
libavcodec/ra288.c
+0
-1
No files found.
libavcodec/mss4.c
View file @
8658e1c6
...
@@ -126,7 +126,6 @@ static const uint8_t mss4_vec_entry_vlc_syms[2][9] = {
...
@@ -126,7 +126,6 @@ static const uint8_t mss4_vec_entry_vlc_syms[2][9] = {
typedef
struct
MSS4Context
{
typedef
struct
MSS4Context
{
AVFrame
pic
;
AVFrame
pic
;
DSPContext
dsp
;
VLC
dc_vlc
[
2
],
ac_vlc
[
2
];
VLC
dc_vlc
[
2
],
ac_vlc
[
2
];
VLC
vec_entry_vlc
[
2
];
VLC
vec_entry_vlc
[
2
];
...
...
libavcodec/ra288.c
View file @
8658e1c6
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
typedef
struct
{
typedef
struct
{
AVFrame
frame
;
AVFrame
frame
;
DSPContext
dsp
;
AVFloatDSPContext
fdsp
;
AVFloatDSPContext
fdsp
;
DECLARE_ALIGNED
(
32
,
float
,
sp_lpc
)[
FFALIGN
(
36
,
16
)];
///< LPC coefficients for speech data (spec: A)
DECLARE_ALIGNED
(
32
,
float
,
sp_lpc
)[
FFALIGN
(
36
,
16
)];
///< LPC coefficients for speech data (spec: A)
DECLARE_ALIGNED
(
32
,
float
,
gain_lpc
)[
FFALIGN
(
10
,
16
)];
///< LPC coefficients for gain (spec: GB)
DECLARE_ALIGNED
(
32
,
float
,
gain_lpc
)[
FFALIGN
(
10
,
16
)];
///< LPC coefficients for gain (spec: GB)
...
...
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