FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
jacosub.h File Reference

JACOsub shared utils. More...

#include "libavutil/common.h"

Go to the source code of this file.

Macros

#define JSS_MAX_LINESIZE   512
 

Functions

static av_always_inline int jss_whitespace (char c)
 
static av_always_inline const
char * 
jss_skip_whitespace (const char *p)
 

Detailed Description

JACOsub shared utils.

Definition in file jacosub.h.

Macro Definition Documentation

#define JSS_MAX_LINESIZE   512

Definition at line 31 of file jacosub.h.

Referenced by jacosub_decode_frame(), and jacosub_read_header().

Function Documentation

static av_always_inline int jss_whitespace ( char  c)
static

Definition at line 33 of file jacosub.h.

Referenced by jacosub_probe(), jacosub_to_ass(), and jss_skip_whitespace().

static av_always_inline const char* jss_skip_whitespace ( const char *  p)
static

Definition at line 38 of file jacosub.h.

Referenced by jacosub_decode_frame(), jacosub_read_header(), and jacosub_to_ass().