#include <limits.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "libavformat/avformat.h"
Go to the source code of this file.
Macros | |
#define | PKTFILESUFF "_%08"PRId64"_%02d_%010"PRId64"_%06d_%c.bin" |
Functions | |
static int | usage (int ret) |
int | main (int argc, char **argv) |
#define PKTFILESUFF "_%08"PRId64"_%02d_%010"PRId64"_%06d_%c.bin" |
Definition at line 29 of file pktdumper.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 43 of file pktdumper.c.
|
static |
Definition at line 33 of file pktdumper.c.
Referenced by main().