dv.h File Reference
#include "avformat.h"
Include dependency graph for dv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct DVDemuxContext DVDemuxContext
 
typedef struct DVMuxContext DVMuxContext
 

Functions

DVDemuxContextavpriv_dv_init_demux (AVFormatContext *s)
 
int avpriv_dv_get_packet (DVDemuxContext *, AVPacket *)
 
int avpriv_dv_produce_packet (DVDemuxContext *, AVPacket *, uint8_t *, int, int64_t)
 
void ff_dv_offset_reset (DVDemuxContext *c, int64_t frame_offset)
 

Typedef Documentation

Definition at line 33 of file dv.h.

typedef struct DVMuxContext DVMuxContext

Definition at line 39 of file dv.h.

Function Documentation

int avpriv_dv_get_packet ( DVDemuxContext ,
AVPacket  
)
int avpriv_dv_produce_packet ( DVDemuxContext ,
AVPacket ,
uint8_t *  ,
int  ,
int64_t   
)
void ff_dv_offset_reset ( DVDemuxContext c,
int64_t  frame_offset 
)

Definition at line 426 of file libavformat/dv.c.

Referenced by avi_read_seek(), and dv_read_seek().