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
0a2ca417
Commit
0a2ca417
authored
Aug 26, 2016
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/mlz: Remove 'l' postfixes from numbers
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
955b818c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mlz.h
libavcodec/mlz.h
+3
-3
No files found.
libavcodec/mlz.h
View file @
0a2ca417
...
...
@@ -26,12 +26,12 @@
#define CODE_UNSET -1
#define CODE_BIT_INIT 9
#define DIC_INDEX_INIT 512 // 2^9
#define DIC_INDEX_MAX 32768
l
// 2^15
#define DIC_INDEX_MAX 32768
// 2^15
#define FLUSH_CODE 256
#define FREEZE_CODE 257
#define FIRST_CODE 258
#define MAX_CODE 32767
l
#define TABLE_SIZE 35023
l
// TABLE_SIZE must be a prime number
#define MAX_CODE 32767
#define TABLE_SIZE 35023
// TABLE_SIZE must be a prime number
/** Dictionary structure for mlz decompression
*/
...
...
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