FFmpeg
Data Structures | Functions
lrcdec.c File Reference
#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "lrc.h"
#include "metadata.h"
#include "subtitles.h"
#include "libavutil/bprint.h"
#include "libavutil/dict.h"

Go to the source code of this file.

Data Structures

struct  LRCContext
 

Functions

static int64_t find_header (const char *p)
 
static int64_t count_ts (const char *p)
 
static int64_t read_ts (const char *p, int64_t *start)
 

Function Documentation

◆ find_header()

static int64_t find_header ( const char *  p)
static

Definition at line 40 of file lrcdec.c.

◆ count_ts()

static int64_t count_ts ( const char *  p)
static

Definition at line 53 of file lrcdec.c.

◆ read_ts()

static int64_t read_ts ( const char *  p,
int64_t start 
)
static

Definition at line 78 of file lrcdec.c.