#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "libavformat/avformat.h"
Go to the source code of this file.
Functions |
static int | usage (const char *argv0, int ret) |
int | main (int argc, char **argv) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
static int usage |
( |
const char * |
argv0, |
|
|
int |
ret |
|
) |
| |
|
static |