FFmpeg
|
JVDemuxContext Struct Reference
Collaboration diagram for JVDemuxContext:
Public Types | |
enum | { JV_AUDIO = 0, JV_VIDEO, JV_PADDING } |
Data Fields | |
JVFrame * | frames |
enum JVDemuxContext:: { ... } | state |
int64_t | pts |
Detailed Description
Definition at line 42 of file libavformat/jvdec.c.
Member Enumeration Documentation
anonymous enum |
Enumerator | |
---|---|
JV_AUDIO | |
JV_VIDEO | |
JV_PADDING |
Definition at line 44 of file libavformat/jvdec.c.
Field Documentation
JVFrame* JVDemuxContext::frames |
Definition at line 43 of file libavformat/jvdec.c.
Referenced by read_close(), read_header(), and read_packet().
int64_t JVDemuxContext::pts |
Definition at line 49 of file libavformat/jvdec.c.
Referenced by read_packet(), and read_seek().
enum { ... } JVDemuxContext::state |
Referenced by read_header(), read_packet(), and read_seek().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11