|
FFmpeg
|
#include <math.h>#include <stdio.h>#include <string.h>#include "libavutil/csp.h"#include "libavutil/macros.h"#include "libavutil/pixdesc.h"#include "libavutil/pixfmt.h"Go to the source code of this file.
Macros | |
| #define | TEST_EOTF(func, input, ref) |
| #define | XYZ(X, Y, Z) |
Functions | |
| static int | fuzzy_equal (double a, double b) |
| int | main (int argc, char *argv[]) |
Definition at line 36 of file color_utils.c.
Referenced by main().
Definition at line 30 of file color_utils.c.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 52 of file color_utils.c.