Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b1f5712e
Commit
b1f5712e
authored
Feb 01, 2008
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
consts
Originally committed as revision 11706 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
30317501
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mace.c
libavcodec/mace.c
+3
-3
No files found.
libavcodec/mace.c
View file @
b1f5712e
...
@@ -263,7 +263,7 @@ static void chomp3(MACEContext *ctx,
...
@@ -263,7 +263,7 @@ static void chomp3(MACEContext *ctx,
/* /// "Exp1to3()" */
/* /// "Exp1to3()" */
static
void
Exp1to3
(
MACEContext
*
ctx
,
static
void
Exp1to3
(
MACEContext
*
ctx
,
uint8_t
*
inBuffer
,
const
uint8_t
*
inBuffer
,
void
*
outBuffer
,
void
*
outBuffer
,
uint32_t
cnt
,
uint32_t
cnt
,
uint32_t
numChannels
,
uint32_t
numChannels
,
...
@@ -347,7 +347,7 @@ static void chomp6(MACEContext *ctx,
...
@@ -347,7 +347,7 @@ static void chomp6(MACEContext *ctx,
/* /// "Exp1to6()" */
/* /// "Exp1to6()" */
static
void
Exp1to6
(
MACEContext
*
ctx
,
static
void
Exp1to6
(
MACEContext
*
ctx
,
uint8_t
*
inBuffer
,
const
uint8_t
*
inBuffer
,
void
*
outBuffer
,
void
*
outBuffer
,
uint32_t
cnt
,
uint32_t
cnt
,
uint32_t
numChannels
,
uint32_t
numChannels
,
...
@@ -401,7 +401,7 @@ static int mace_decode_init(AVCodecContext * avctx)
...
@@ -401,7 +401,7 @@ static int mace_decode_init(AVCodecContext * avctx)
static
int
mace_decode_frame
(
AVCodecContext
*
avctx
,
static
int
mace_decode_frame
(
AVCodecContext
*
avctx
,
void
*
data
,
int
*
data_size
,
void
*
data
,
int
*
data_size
,
uint8_t
*
buf
,
int
buf_size
)
const
uint8_t
*
buf
,
int
buf_size
)
{
{
short
*
samples
;
short
*
samples
;
MACEContext
*
c
=
avctx
->
priv_data
;
MACEContext
*
c
=
avctx
->
priv_data
;
...
...
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