FFmpeg
|
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"
Include dependency graph for seek-test.c:
Go to the source code of this file.
Functions | |
static const char * | ret_str (int v) |
static void | ts_str (char buffer[60], int64_t ts, AVRational base) |
int | main (int argc, char **argv) |
Variables | |
static char | buffer [20] |
Function Documentation
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file seek-test.c.
|
static |
Definition at line 33 of file seek-test.c.
Referenced by av_bprint_is_complete(), and main().
|
static |
Definition at line 46 of file seek-test.c.
Referenced by main().
Variable Documentation
|
static |
Definition at line 31 of file seek-test.c.
Referenced by ret_str().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11