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
8b43039f
Commit
8b43039f
authored
Oct 29, 2017
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/palettegen: Fix compilation after
1da8c4ec
.
Found-by: James Almer
parent
1da8c4ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vf_palettegen.c
libavfilter/vf_palettegen.c
+1
-1
No files found.
libavfilter/vf_palettegen.c
View file @
8b43039f
...
...
@@ -75,7 +75,7 @@ typedef struct PaletteGenContext {
struct
range_box
boxes
[
256
];
// define the segmentation of the colorspace (the final palette)
int
nb_boxes
;
// number of boxes (increase will segmenting them)
int
palette_pushed
;
// if the palette frame is pushed into the outlink or not
uint8_t
[
4
]
transparency_color
;
// background color for transparency
uint8_t
transparency_color
[
4
]
;
// background color for transparency
}
PaletteGenContext
;
#define OFFSET(x) offsetof(PaletteGenContext, x)
...
...
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