Subversion Repositories Kolibri OS

Rev

Rev 5603 | Rev 6117 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5603 Rev 6106
Line 122... Line 122...
122
int decode_audio(AVCodecContext  *ctx, queue_t *qa);
122
int decode_audio(AVCodecContext  *ctx, queue_t *qa);
123
 
123
 
Line 124... Line 124...
124
double get_master_clock(void);
124
double get_master_clock(void);
Line 125... Line -...
125
 
-
 
126
 
-
 
127
int create_thread(int (*proc)(void *param), void *param, int stack_size);
-
 
128
 
-
 
129
 
125
 
130
static inline void GetNotify(void *event)
126
static inline void GetNotify(void *event)
131
{
127
{
132
    __asm__ __volatile__ (
128
    __asm__ __volatile__ (
133
    "int $0x40"
129
    "int $0x40"