Mpeg1Context Struct Reference

#include <mpeg12.h>

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 closed_gop
 GOP is closed.
int extradata_decoded

Detailed Description

Definition at line 33 of file mpeg12.h.

Field Documentation

int Mpeg1Context::closed_gop

GOP is closed.

Definition at line 44 of file mpeg12.h.

Referenced by decode_chunks(), flush(), and mpeg_decode_gop().

int Mpeg1Context::extradata_decoded

Definition at line 45 of file mpeg12.h.

Referenced by mpeg_decode_frame().

AVRational Mpeg1Context::frame_rate_ext

MPEG-2 specific framerate modificator.

Definition at line 42 of file mpeg12.h.

Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_extension().

AVPanScan Mpeg1Context::pan_scan

some temporary storage for the panscan

Definition at line 37 of file mpeg12.h.

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

int Mpeg1Context::repeat_field

Definition at line 36 of file mpeg12.h.

Referenced by mpeg_decode_init().

int Mpeg1Context::save_aspect_info

Definition at line 40 of file mpeg12.h.

Referenced by mpeg_decode_postinit().

int Mpeg1Context::save_height

Definition at line 41 of file mpeg12.h.

Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().

int Mpeg1Context::save_progressive_seq

Definition at line 41 of file mpeg12.h.

Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().

int Mpeg1Context::save_width

Definition at line 41 of file mpeg12.h.

Referenced by mpeg_decode_postinit(), and vcr2_init_sequence().

int Mpeg1Context::slice_count

Definition at line 38 of file mpeg12.h.

Referenced by decode_chunks(), and mpeg_decode_frame().

int Mpeg1Context::swap_uv

Definition at line 39 of file mpeg12.h.

int Mpeg1Context::sync

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

Definition at line 43 of file mpeg12.h.

Referenced by decode_chunks(), and flush().


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