#include "config.h"#include "libavutil/pixdesc.h"#include "libavcodec/avcodec.h"#include "libavutil/common.h"#include "libavcodec/raw.h"#include "compat/getopt.c"Go to the source code of this file.
Functions | |
| static void | usage (void) |
| static void | print_pix_fmt_fourccs (enum PixelFormat pix_fmt, char sep) |
| int | main (int argc, char **argv) |
Definition at line 60 of file fourcc2pixfmt.c.
| static void print_pix_fmt_fourccs | ( | enum PixelFormat | pix_fmt, | |
| char | sep | |||
| ) | [static] |
| static void usage | ( | void | ) | [static] |
Definition at line 35 of file fourcc2pixfmt.c.
1.5.8