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
42dc2143
Commit
42dc2143
authored
Jun 04, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpc: Drop unused GetBitContext context member
parent
85b8403c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mpc.h
libavcodec/mpc.h
+1
-2
No files found.
libavcodec/mpc.h
View file @
42dc2143
...
@@ -30,9 +30,9 @@
...
@@ -30,9 +30,9 @@
#define AVCODEC_MPC_H
#define AVCODEC_MPC_H
#include "libavutil/lfg.h"
#include "libavutil/lfg.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bswapdsp.h"
#include "bswapdsp.h"
#include "get_bits.h"
#include "mpegaudio.h"
#include "mpegaudio.h"
#include "mpegaudiodsp.h"
#include "mpegaudiodsp.h"
...
@@ -52,7 +52,6 @@ typedef struct Band {
...
@@ -52,7 +52,6 @@ typedef struct Band {
typedef
struct
MPCContext
{
typedef
struct
MPCContext
{
BswapDSPContext
bdsp
;
BswapDSPContext
bdsp
;
MPADSPContext
mpadsp
;
MPADSPContext
mpadsp
;
GetBitContext
gb
;
int
IS
,
MSS
,
gapless
;
int
IS
,
MSS
,
gapless
;
int
lastframelen
;
int
lastframelen
;
int
maxbands
,
last_max_band
;
int
maxbands
,
last_max_band
;
...
...
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