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
87961a8a
Commit
87961a8a
authored
Aug 28, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/flashsv2enc: fix "unused variable" warnings
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b543a290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
flashsv2enc.c
libavcodec/flashsv2enc.c
+4
-4
No files found.
libavcodec/flashsv2enc.c
View file @
87961a8a
...
@@ -732,7 +732,11 @@ static void recommend_keyframe(FlashSV2Context * s, int *keyframe)
...
@@ -732,7 +732,11 @@ static void recommend_keyframe(FlashSV2Context * s, int *keyframe)
#endif
#endif
}
}
#ifndef FLASHSV2_DUMB
static
const
double
block_size_fraction
=
1
.
0
/
300
;
static
const
double
block_size_fraction
=
1
.
0
/
300
;
static
const
double
use15_7_threshold
=
8192
;
static
const
double
color15_7_factor
=
100
;
#endif
static
int
optimum_block_width
(
FlashSV2Context
*
s
)
static
int
optimum_block_width
(
FlashSV2Context
*
s
)
{
{
#ifndef FLASHSV2_DUMB
#ifndef FLASHSV2_DUMB
...
@@ -757,8 +761,6 @@ static int optimum_block_height(FlashSV2Context * s)
...
@@ -757,8 +761,6 @@ static int optimum_block_height(FlashSV2Context * s)
#endif
#endif
}
}
static
const
double
use15_7_threshold
=
8192
;
static
int
optimum_use15_7
(
FlashSV2Context
*
s
)
static
int
optimum_use15_7
(
FlashSV2Context
*
s
)
{
{
#ifndef FLASHSV2_DUMB
#ifndef FLASHSV2_DUMB
...
@@ -774,8 +776,6 @@ static int optimum_use15_7(FlashSV2Context * s)
...
@@ -774,8 +776,6 @@ static int optimum_use15_7(FlashSV2Context * s)
#endif
#endif
}
}
static
const
double
color15_7_factor
=
100
;
static
int
optimum_dist
(
FlashSV2Context
*
s
)
static
int
optimum_dist
(
FlashSV2Context
*
s
)
{
{
#ifndef FLASHSV2_DUMB
#ifndef FLASHSV2_DUMB
...
...
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