FFmpeg
Functions | Variables
seek.c File Reference
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"

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

◆ ret_str()

static const char* ret_str ( int  v)
static

Definition at line 34 of file seek.c.

Referenced by av_bprint_finalize(), and main().

◆ ts_str()

static void ts_str ( char  buffer[60],
int64_t  ts,
AVRational  base 
)
static

Definition at line 47 of file seek.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 57 of file seek.c.

Variable Documentation

◆ buffer

char buffer[20]
static

Definition at line 32 of file seek.c.

Referenced by ret_str(), and ts_str().