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
522cb6ab
Commit
522cb6ab
authored
Dec 30, 2012
by
Don Moir
Committed by
Paul B Mahol
Dec 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gifdec: use transparent instead of background color index
Wrong code was commited in
64f4fb75
.
parent
b84871b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gifdec.c
libavcodec/gifdec.c
+1
-1
No files found.
libavcodec/gifdec.c
View file @
522cb6ab
...
...
@@ -202,7 +202,7 @@ static int gif_read_image(GifState *s)
s
->
gce_w
=
width
;
s
->
gce_h
=
height
;
if
(
s
->
gce_disposal
==
GCE_DISPOSAL_BACKGROUND
)
{
if
(
s
->
background
_color_index
>=
0
)
if
(
s
->
transparent
_color_index
>=
0
)
s
->
stored_bg_color
=
s
->
trans_color
;
else
s
->
stored_bg_color
=
s
->
bg_color
;
...
...
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