libavformat/nut.c File Reference

#include "nut.h"
#include "tree.h"

Go to the source code of this file.

Functions

void ff_nut_reset_ts (NUTContext *nut, AVRational time_base, int64_t val)
int64_t ff_lsb2full (StreamContext *stream, int64_t lsb)
int ff_nut_sp_pos_cmp (syncpoint_t *a, syncpoint_t *b)
int ff_nut_sp_pts_cmp (syncpoint_t *a, syncpoint_t *b)
void ff_nut_add_sp (NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts)


Function Documentation

int64_t ff_lsb2full ( StreamContext stream,
int64_t  lsb 
)

Definition at line 36 of file nut.c.

Referenced by decode_frame_header(), and write_packet().

void ff_nut_add_sp ( NUTContext nut,
int64_t  pos,
int64_t  back_ptr,
int64_t  ts 
)

Definition at line 50 of file nut.c.

Referenced by decode_syncpoint(), and write_packet().

void ff_nut_reset_ts ( NUTContext nut,
AVRational  time_base,
int64_t  val 
)

Definition at line 25 of file nut.c.

Referenced by decode_syncpoint(), and write_packet().

int ff_nut_sp_pos_cmp ( syncpoint_t a,
syncpoint_t b 
)

Definition at line 42 of file nut.c.

Referenced by ff_nut_add_sp(), read_seek(), and write_packet().

int ff_nut_sp_pts_cmp ( syncpoint_t a,
syncpoint_t b 
)

Definition at line 46 of file nut.c.

Referenced by read_seek().


Generated on Thu Apr 2 07:16:14 2009 for ffmpeg by  doxygen 1.5.6