|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| enum TonemapAlgorithm | tonemap |
| double | param |
| double | desat |
| double | peak |
| const struct LumaCoefficients * | coeffs |
Definition at line 63 of file vf_tonemap.c.
| const AVClass* TonemapContext::class |
Definition at line 64 of file vf_tonemap.c.
| enum TonemapAlgorithm TonemapContext::tonemap |
Definition at line 66 of file vf_tonemap.c.
| double TonemapContext::param |
Definition at line 67 of file vf_tonemap.c.
| double TonemapContext::desat |
Definition at line 68 of file vf_tonemap.c.
| double TonemapContext::peak |
Definition at line 69 of file vf_tonemap.c.
| const struct LumaCoefficients* TonemapContext::coeffs |
Definition at line 71 of file vf_tonemap.c.
1.8.17