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
6cd94998
Commit
6cd94998
authored
Aug 26, 2010
by
Tobias Bindhammer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable a flexible lifetime
Originally committed as revision 24940 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
99d8166d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
a64multienc.c
libavcodec/a64multienc.c
+1
-2
No files found.
libavcodec/a64multienc.c
View file @
6cd94998
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
#define DITHERSTEPS 8
#define DITHERSTEPS 8
#define CHARSET_CHARS 256
#define CHARSET_CHARS 256
#define INTERLACED 1
#define INTERLACED 1
#define LIFETIME 4
/* gray gradient */
/* gray gradient */
static
const
int
mc_colors
[
5
]
=
{
0x0
,
0xb
,
0xc
,
0xf
,
0x1
};
static
const
int
mc_colors
[
5
]
=
{
0x0
,
0xb
,
0xc
,
0xf
,
0x1
};
...
@@ -241,7 +240,7 @@ static int a64multi_encode_frame(AVCodecContext *avctx, unsigned char *buf,
...
@@ -241,7 +240,7 @@ static int a64multi_encode_frame(AVCodecContext *avctx, unsigned char *buf,
int
a
;
int
a
;
int
req_size
;
int
req_size
;
int
num_frames
=
LIFETIME
;
int
num_frames
=
c
->
mc_lifetime
;
int
*
charmap
=
c
->
mc_charmap
;
int
*
charmap
=
c
->
mc_charmap
;
uint8_t
*
colram
=
c
->
mc_colram
;
uint8_t
*
colram
=
c
->
mc_colram
;
...
...
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