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
0626afe9
Commit
0626afe9
authored
Nov 14, 2002
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.1l
Originally committed as revision 1215 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
152ba68c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
huffyuv.c
libavcodec/huffyuv.c
+3
-3
No files found.
libavcodec/huffyuv.c
View file @
0626afe9
...
...
@@ -25,8 +25,8 @@
#include "avcodec.h"
#include "dsputil.h"
#ifndef
MAX_INT64
#define
MAX_INT64
9223372036854775807LL
#ifndef
INT64_MAX
#define
INT64_MAX
9223372036854775807LL
#endif
#define VLC_BITS 11
...
...
@@ -237,7 +237,7 @@ static void generate_len_table(uint8_t *dst, uint64_t *stats, int size){
counts
[
next
]
=
min1
+
min2
;
counts
[
min1_i
]
=
counts
[
min2_i
]
=
MAX_INT64
;
counts
[
min2_i
]
=
INT64_MAX
;
up
[
min1_i
]
=
up
[
min2_i
]
=
next
;
up
[
next
]
=
-
1
;
...
...
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