FFmpeg
|
Data Fields | |
VC1Context | v |
int | split_position |
AVFrame | pic |
AVFrame | last_pic |
MSS12Context | c |
MSS2DSPContext | dsp |
SliceContext | sc [2] |
VC1Context MSS2Context::v |
int MSS2Context::split_position |
Definition at line 35 of file mss2.c.
Referenced by mss2_decode_frame().
AVFrame MSS2Context::pic |
Definition at line 36 of file mss2.c.
Referenced by mss2_decode_end(), mss2_decode_frame(), and mss2_decode_init().
AVFrame MSS2Context::last_pic |
Definition at line 37 of file mss2.c.
Referenced by mss2_decode_end(), and mss2_decode_frame().
MSS12Context MSS2Context::c |
Definition at line 38 of file mss2.c.
Referenced by decode_wmv9(), mss2_decode_end(), mss2_decode_frame(), and mss2_decode_init().
MSS2DSPContext MSS2Context::dsp |
Definition at line 39 of file mss2.c.
Referenced by decode_wmv9(), mss2_decode_frame(), and mss2_decode_init().
SliceContext MSS2Context::sc[2] |
Definition at line 40 of file mss2.c.
Referenced by mss2_decode_frame(), and mss2_decode_init().