#include "config.h"
#include <limits.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/avstring.h"
#include "libavutil/time.h"
#include "libavformat/avformat.h"
Go to the source code of this file.
◆ FILENAME_BUF_SIZE
#define FILENAME_BUF_SIZE 4096 |
◆ PKTFILESUFF
#define PKTFILESUFF "_%08" PRId64 "_%02d_%010" PRId64 "_%06d_%c.bin" |
◆ EXTRADATAFILESUFF
#define EXTRADATAFILESUFF "_extradata_%02d_%06d.bin" |
◆ usage()
static int usage |
( |
int |
ret | ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |