#include "libavutil/common.h"
Go to the source code of this file.
Defines | |
#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) |
Definition in file jacosub.h.
#define JSS_MAX_LINESIZE 512 |
Definition at line 31 of file jacosub.h.
Referenced by jacosub_decode_frame(), and jacosub_read_header().
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().
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().