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
bf10f09b
Commit
bf10f09b
authored
Aug 11, 2014
by
Christophe Gisquet
Committed by
Michael Niedermayer
Aug 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proresenc_kostya: remove unneeded parameters
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
2c0454cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
proresenc_kostya.c
libavcodec/proresenc_kostya.c
+1
-2
No files found.
libavcodec/proresenc_kostya.c
View file @
bf10f09b
...
@@ -471,7 +471,6 @@ static void put_alpha_run(PutBitContext *pb, int run)
...
@@ -471,7 +471,6 @@ static void put_alpha_run(PutBitContext *pb, int run)
// todo alpha quantisation for high quants
// todo alpha quantisation for high quants
static
int
encode_alpha_plane
(
ProresContext
*
ctx
,
PutBitContext
*
pb
,
static
int
encode_alpha_plane
(
ProresContext
*
ctx
,
PutBitContext
*
pb
,
const
uint16_t
*
src
,
int
linesize
,
int
mbs_per_slice
,
uint16_t
*
blocks
,
int
mbs_per_slice
,
uint16_t
*
blocks
,
int
quant
)
int
quant
)
{
{
...
@@ -566,7 +565,7 @@ static int encode_slice(AVCodecContext *avctx, const AVFrame *pic,
...
@@ -566,7 +565,7 @@ static int encode_slice(AVCodecContext *avctx, const AVFrame *pic,
get_alpha_data
(
ctx
,
src
,
linesize
,
xp
,
yp
,
get_alpha_data
(
ctx
,
src
,
linesize
,
xp
,
yp
,
pwidth
,
avctx
->
height
/
ctx
->
pictures_per_frame
,
pwidth
,
avctx
->
height
/
ctx
->
pictures_per_frame
,
ctx
->
blocks
[
0
],
mbs_per_slice
,
ctx
->
alpha_bits
);
ctx
->
blocks
[
0
],
mbs_per_slice
,
ctx
->
alpha_bits
);
sizes
[
i
]
=
encode_alpha_plane
(
ctx
,
pb
,
src
,
linesize
,
sizes
[
i
]
=
encode_alpha_plane
(
ctx
,
pb
,
mbs_per_slice
,
ctx
->
blocks
[
0
],
mbs_per_slice
,
ctx
->
blocks
[
0
],
quant
);
quant
);
}
}
...
...
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