Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
14d3e7ad
Commit
14d3e7ad
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
Remove some silly disabled code.
parent
56b6a430
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavcodec/huffyuv.c
+0
-5
0 additions, 5 deletions
libavcodec/huffyuv.c
libavdevice/timefilter.c
+0
-7
0 additions, 7 deletions
libavdevice/timefilter.c
with
0 additions
and
12 deletions
libavcodec/huffyuv.c
+
0
−
5
View file @
14d3e7ad
...
@@ -320,7 +320,6 @@ static int read_huffman_tables(HYuvContext *s, const uint8_t *src, int length)
...
@@ -320,7 +320,6 @@ static int read_huffman_tables(HYuvContext *s, const uint8_t *src, int length)
static
int
read_old_huffman_tables
(
HYuvContext
*
s
)
static
int
read_old_huffman_tables
(
HYuvContext
*
s
)
{
{
#if 1
GetBitContext
gb
;
GetBitContext
gb
;
int
i
;
int
i
;
...
@@ -353,10 +352,6 @@ static int read_old_huffman_tables(HYuvContext *s)
...
@@ -353,10 +352,6 @@ static int read_old_huffman_tables(HYuvContext *s)
generate_joint_tables
(
s
);
generate_joint_tables
(
s
);
return
0
;
return
0
;
#else
av_log
(
s
->
avctx
,
AV_LOG_DEBUG
,
"v1 huffyuv is not supported
\n
"
);
return
-
1
;
#endif
}
}
static
av_cold
void
alloc_temp
(
HYuvContext
*
s
)
static
av_cold
void
alloc_temp
(
HYuvContext
*
s
)
...
...
This diff is collapsed.
Click to expand it.
libavdevice/timefilter.c
+
0
−
7
View file @
14d3e7ad
...
@@ -90,15 +90,8 @@ int main(void)
...
@@ -90,15 +90,8 @@ int main(void)
#define SAMPLES 1000
#define SAMPLES 1000
double
ideal
[
SAMPLES
];
double
ideal
[
SAMPLES
];
double
samples
[
SAMPLES
];
double
samples
[
SAMPLES
];
#if 1
for
(
n0
=
0
;
n0
<
40
;
n0
=
2
*
n0
+
1
)
{
for
(
n0
=
0
;
n0
<
40
;
n0
=
2
*
n0
+
1
)
{
for
(
n1
=
0
;
n1
<
10
;
n1
=
2
*
n1
+
1
)
{
for
(
n1
=
0
;
n1
<
10
;
n1
=
2
*
n1
+
1
)
{
#else
{
{
n0
=
7
;
n1
=
1
;
#endif
double
best_error
=
1000000000
;
double
best_error
=
1000000000
;
double
bestpar0
=
1
;
double
bestpar0
=
1
;
double
bestpar1
=
0
.
001
;
double
bestpar1
=
0
.
001
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment