FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Mpeg1Context Struct Reference

Data Fields

MpegEncContext mpeg_enc_ctx
 
int mpeg_enc_ctx_allocated
 
int repeat_field
 
AVPanScan pan_scan
 some temporary storage for the panscan
 
int slice_count
 
int swap_uv
 
int save_aspect_info
 
int save_width
 
int save_height
 
int save_progressive_seq
 
AVRational frame_rate_ext
 MPEG-2 specific framerate modificator.
 
int sync
 Did we reach a sync point like a GOP/SEQ/KEYFrame?
 
int tmpgexs
 
int extradata_decoded
 

Detailed Description

Definition at line 42 of file mpeg12dec.c.

Field Documentation

MpegEncContext Mpeg1Context::mpeg_enc_ctx
int Mpeg1Context::mpeg_enc_ctx_allocated
int Mpeg1Context::repeat_field

Definition at line 45 of file mpeg12dec.c.

Referenced by mpeg_decode_init().

AVPanScan Mpeg1Context::pan_scan

some temporary storage for the panscan

Definition at line 46 of file mpeg12dec.c.

Referenced by mpeg_decode_picture_display_extension(), mpeg_decode_postinit(), mpeg_decode_sequence_display_extension(), and mpeg_field_start().

int Mpeg1Context::slice_count

Definition at line 47 of file mpeg12dec.c.

Referenced by decode_chunks(), and mpeg_decode_frame().

int Mpeg1Context::swap_uv

Definition at line 48 of file mpeg12dec.c.

int Mpeg1Context::save_aspect_info

Definition at line 49 of file mpeg12dec.c.

Referenced by mpeg_decode_postinit().

int Mpeg1Context::save_width

Definition at line 50 of file mpeg12dec.c.

Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().

int Mpeg1Context::save_height

Definition at line 50 of file mpeg12dec.c.

Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().

int Mpeg1Context::save_progressive_seq

Definition at line 50 of file mpeg12dec.c.

Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().

AVRational Mpeg1Context::frame_rate_ext

MPEG-2 specific framerate modificator.

Definition at line 51 of file mpeg12dec.c.

Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_extension().

int Mpeg1Context::sync

Did we reach a sync point like a GOP/SEQ/KEYFrame?

Definition at line 52 of file mpeg12dec.c.

Referenced by decode_chunks(), and flush().

int Mpeg1Context::tmpgexs

Definition at line 53 of file mpeg12dec.c.

Referenced by decode_chunks(), and mpeg_decode_user_data().

int Mpeg1Context::extradata_decoded

Definition at line 54 of file mpeg12dec.c.

Referenced by mpeg_decode_frame().


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