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/v360: reduce size of some struct members
tags/n4.3
Paul B Mahol
5 years ago
parent
05a2ce9326
commit
b4d2bea647
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavfilter/v360.h
+ 2
- 2
libavfilter/v360.h
View File
@@ -145,8 +145,8 @@ typedef struct V360Context {
int nb_allocated;
int elements;
uint16_t *u[
4], *v[4
];
int16_t *ker[
4
];
uint16_t *u[
2], *v[2
];
int16_t *ker[
2
];
unsigned map[4];
void (*in_transform)(const struct V360Context *s,
Write
Preview
Loading…
Cancel
Save