FFmpeg
|
Data Fields | |
MpegEncContext | mpeg_enc_ctx |
int | mpeg_enc_ctx_allocated |
int | repeat_field |
AVPanScan | pan_scan |
AVStereo3D | stereo3d |
int | has_stereo3d |
uint8_t * | a53_caption |
int | a53_caption_size |
uint8_t | afd |
int | has_afd |
int | slice_count |
AVRational | save_aspect |
int | save_width |
int | save_height |
int | save_progressive_seq |
AVRational | frame_rate_ext |
int | sync |
int | tmpgexs |
int | first_slice |
int | extradata_decoded |
Definition at line 53 of file mpeg12dec.c.
MpegEncContext Mpeg1Context::mpeg_enc_ctx |
Definition at line 54 of file mpeg12dec.c.
Referenced by decode_chunks(), mpeg1_decode_picture(), mpeg1_decode_sequence(), mpeg_decode_end(), mpeg_decode_frame(), mpeg_decode_gop(), mpeg_decode_init(), mpeg_decode_picture_coding_extension(), mpeg_decode_picture_display_extension(), mpeg_decode_postinit(), mpeg_decode_sequence_display_extension(), mpeg_decode_sequence_extension(), mpeg_get_pixelformat(), setup_hwaccel_for_pixfmt(), slice_end(), and vcr2_init_sequence().
int Mpeg1Context::mpeg_enc_ctx_allocated |
Definition at line 55 of file mpeg12dec.c.
Referenced by decode_chunks(), mpeg_decode_end(), mpeg_decode_frame(), mpeg_decode_init(), mpeg_decode_picture_coding_extension(), slice_end(), and vcr2_init_sequence().
int Mpeg1Context::repeat_field |
Definition at line 56 of file mpeg12dec.c.
Referenced by mpeg_decode_init().
AVPanScan Mpeg1Context::pan_scan |
Definition at line 57 of file mpeg12dec.c.
Referenced by mpeg_decode_picture_display_extension(), mpeg_decode_postinit(), mpeg_decode_sequence_display_extension(), and mpeg_field_start().
AVStereo3D Mpeg1Context::stereo3d |
Definition at line 58 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
int Mpeg1Context::has_stereo3d |
Definition at line 59 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
uint8_t* Mpeg1Context::a53_caption |
Definition at line 60 of file mpeg12dec.c.
Referenced by mpeg_decode_a53_cc(), mpeg_decode_end(), and mpeg_field_start().
int Mpeg1Context::a53_caption_size |
Definition at line 61 of file mpeg12dec.c.
Referenced by mpeg_decode_a53_cc(), and mpeg_field_start().
uint8_t Mpeg1Context::afd |
Definition at line 62 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
int Mpeg1Context::has_afd |
Definition at line 63 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
int Mpeg1Context::slice_count |
Definition at line 64 of file mpeg12dec.c.
Referenced by decode_chunks(), and mpeg_decode_frame().
AVRational Mpeg1Context::save_aspect |
Definition at line 65 of file mpeg12dec.c.
int Mpeg1Context::save_width |
Definition at line 66 of file mpeg12dec.c.
Referenced by vcr2_init_sequence().
int Mpeg1Context::save_height |
Definition at line 66 of file mpeg12dec.c.
Referenced by vcr2_init_sequence().
int Mpeg1Context::save_progressive_seq |
Definition at line 66 of file mpeg12dec.c.
Referenced by vcr2_init_sequence().
AVRational Mpeg1Context::frame_rate_ext |
Definition at line 67 of file mpeg12dec.c.
Referenced by mpeg_decode_sequence_extension().
int Mpeg1Context::sync |
Definition at line 68 of file mpeg12dec.c.
Referenced by decode_chunks(), and flush().
int Mpeg1Context::tmpgexs |
Definition at line 69 of file mpeg12dec.c.
Referenced by decode_chunks(), and mpeg_decode_user_data().
int Mpeg1Context::first_slice |
Definition at line 70 of file mpeg12dec.c.
Referenced by decode_chunks(), and slice_end().
int Mpeg1Context::extradata_decoded |
Definition at line 71 of file mpeg12dec.c.
Referenced by mpeg_decode_frame().