|
FFmpeg
|
#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 AVPixelFormat pix_fmt, const PixelFormatTag *pix_fmt_tags, char sep) |
| int | main (int argc, char **argv) |
Definition at line 38 of file fourcc2pixfmt.c.
Referenced by main().
|
static |
Definition at line 50 of file fourcc2pixfmt.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 63 of file fourcc2pixfmt.c.
1.8.6