This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_alphamerge: add AVClass to private context
tags/n4.3
Paul B Mahol
6 years ago
parent
adea33f465
commit
3750e36aa8
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/vf_alphamerge.c
+ 2
- 0
libavfilter/vf_alphamerge.c
View File
@@ -38,6 +38,8 @@
enum { Y, U, V, A };
typedef struct AlphaMergeContext {
const AVClass *class;
int is_packed_rgb;
uint8_t rgba_map[4];
AVFrame *main_frame;
Write
Preview
Loading…
Cancel
Save