FFmpeg
|
Data Fields | |
MpegEncContext | mpeg_enc_ctx |
int | repeat_field |
AVPanScan | pan_scan |
enum AVStereo3DType | stereo3d_type |
int | has_stereo3d |
AVBufferRef * | a53_buf_ref |
enum Mpeg2ClosedCaptionsFormat | cc_format |
uint8_t | afd |
int | has_afd |
int | slice_count |
unsigned | aspect_ratio_info |
AVRational | save_aspect |
int | save_width |
int | save_height |
int | save_progressive_seq |
AVRational | frame_rate_ext |
unsigned | frame_rate_index |
int | sync |
int | closed_gop |
int | tmpgexs |
int | first_slice |
int | extradata_decoded |
int64_t | timecode_frame_start |
Definition at line 72 of file mpeg12dec.c.
MpegEncContext Mpeg1Context::mpeg_enc_ctx |
Definition at line 73 of file mpeg12dec.c.
Referenced by mpeg1_decode_picture(), mpeg1_decode_sequence(), mpeg_decode_a53_cc(), mpeg_decode_gop(), mpeg_decode_picture_coding_extension(), mpeg_decode_picture_display_extension(), mpeg_decode_postinit(), mpeg_decode_sequence_display_extension(), mpeg_decode_sequence_extension(), mpeg_field_start(), mpeg_get_pixelformat(), slice_end(), and vcr2_init_sequence().
int Mpeg1Context::repeat_field |
Definition at line 74 of file mpeg12dec.c.
AVPanScan Mpeg1Context::pan_scan |
Definition at line 75 of file mpeg12dec.c.
Referenced by mpeg_decode_picture_display_extension(), mpeg_decode_postinit(), mpeg_decode_sequence_display_extension(), and mpeg_field_start().
enum AVStereo3DType Mpeg1Context::stereo3d_type |
Definition at line 76 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
int Mpeg1Context::has_stereo3d |
Definition at line 77 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
AVBufferRef* Mpeg1Context::a53_buf_ref |
Definition at line 78 of file mpeg12dec.c.
Referenced by mpeg_decode_a53_cc(), and mpeg_field_start().
enum Mpeg2ClosedCaptionsFormat Mpeg1Context::cc_format |
Definition at line 79 of file mpeg12dec.c.
Referenced by mpeg_decode_a53_cc(), and mpeg_set_cc_format().
uint8_t Mpeg1Context::afd |
Definition at line 80 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
int Mpeg1Context::has_afd |
Definition at line 81 of file mpeg12dec.c.
Referenced by mpeg_decode_user_data(), and mpeg_field_start().
int Mpeg1Context::slice_count |
Definition at line 82 of file mpeg12dec.c.
unsigned Mpeg1Context::aspect_ratio_info |
Definition at line 83 of file mpeg12dec.c.
Referenced by mpeg1_decode_sequence(), and mpeg_decode_postinit().
AVRational Mpeg1Context::save_aspect |
Definition at line 84 of file mpeg12dec.c.
Referenced by mpeg_decode_postinit().
int Mpeg1Context::save_width |
Definition at line 85 of file mpeg12dec.c.
Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().
int Mpeg1Context::save_height |
Definition at line 85 of file mpeg12dec.c.
Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().
int Mpeg1Context::save_progressive_seq |
Definition at line 85 of file mpeg12dec.c.
Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().
AVRational Mpeg1Context::frame_rate_ext |
Definition at line 86 of file mpeg12dec.c.
Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_extension().
unsigned Mpeg1Context::frame_rate_index |
Definition at line 87 of file mpeg12dec.c.
Referenced by mpeg1_decode_sequence(), and mpeg_decode_postinit().
int Mpeg1Context::sync |
Definition at line 88 of file mpeg12dec.c.
int Mpeg1Context::closed_gop |
Definition at line 89 of file mpeg12dec.c.
Referenced by mpeg_decode_gop().
int Mpeg1Context::tmpgexs |
Definition at line 90 of file mpeg12dec.c.
int Mpeg1Context::first_slice |
Definition at line 91 of file mpeg12dec.c.
Referenced by slice_end().
int Mpeg1Context::extradata_decoded |
Definition at line 92 of file mpeg12dec.c.
int64_t Mpeg1Context::timecode_frame_start |
Definition at line 93 of file mpeg12dec.c.
Referenced by mpeg_decode_gop().