FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
JVDemuxContext Struct Reference

Public Types

enum  { JV_AUDIO = 0, JV_VIDEO, JV_PADDING }
 

Data Fields

JVFrameframes
 
enum JVDemuxContext:: { ... }  state
 
int64_t pts
 

Detailed Description

Definition at line 42 of file jvdec.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
JV_AUDIO 
JV_VIDEO 
JV_PADDING 

Definition at line 44 of file jvdec.c.

Field Documentation

JVFrame* JVDemuxContext::frames

Definition at line 43 of file jvdec.c.

Referenced by read_close(), read_header(), and read_packet().

enum { ... } JVDemuxContext::state

Referenced by read_header(), read_packet(), and read_seek().

int64_t JVDemuxContext::pts

Definition at line 49 of file jvdec.c.

Referenced by read_packet(), and read_seek().


The documentation for this struct was generated from the following file: