#include <mpeg2fix.h>
Definition at line 41 of file mpeg2fix.h.
Public Member Functions | |
| MPEG2frame (int size) | |
| ~MPEG2frame () | |
| void | ensure_size (int size) |
| void | set_pkt (AVPacket *newpkt) |
Public Attributes | |
| AVPacket | pkt |
| int | pkt_memsize |
| bool | isSequence |
| bool | isGop |
| uint8_t * | framePos |
| uint8_t * | gopPos |
| mpeg2_sequence_t | mpeg2_seq |
| mpeg2_gop_t | mpeg2_gop |
| mpeg2_picture_t | mpeg2_pic |
| MPEG2frame::MPEG2frame | ( | int | size | ) | [inline] |
Definition at line 44 of file mpeg2fix.h.
| MPEG2frame::~MPEG2frame | ( | ) | [inline] |
Definition at line 49 of file mpeg2fix.h.
| void MPEG2frame::ensure_size | ( | int | size | ) | [inline] |
| void MPEG2frame::set_pkt | ( | AVPacket * | newpkt | ) | [inline] |
Definition at line 61 of file mpeg2fix.h.
Referenced by MPEG2fixup::ConvertToI(), and MPEG2fixup::GetPoolFrame().
Definition at line 70 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::AddSequence(), MPEG2fixup::ConvertToI(), MPEG2fixup::DecodeToFrame(), ensure_size(), MPEG2fixup::FrameInfo(), MPEG2fixup::GetPoolFrame(), MPEG2fixup::InitialPTSFixup(), MPEG2fixup::InsertFrame(), MPEG2frame(), MPEG2fixup::ProcessVideo(), set_pkt(), MPEG2fixup::SetRepeat(), MPEG2fixup::WriteFrame(), and ~MPEG2frame().
Definition at line 72 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::AddSequence(), MPEG2fixup::GetPoolFrame(), MPEG2fixup::ProcessVideo(), and MPEG2fixup::WriteFrame().
Definition at line 73 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::GetPoolFrame(), and MPEG2fixup::ProcessVideo().
| uint8_t* MPEG2frame::framePos |
Definition at line 74 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::AddSequence(), MPEG2fixup::DecodeToFrame(), MPEG2fixup::ProcessVideo(), and MPEG2fixup::SetRepeat().
| uint8_t* MPEG2frame::gopPos |
Definition at line 75 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), and MPEG2fixup::ProcessVideo().
Definition at line 76 of file mpeg2fix.h.
Referenced by MPEG2fixup::GetPoolFrame(), and MPEG2fixup::ProcessVideo().
Definition at line 77 of file mpeg2fix.h.
Referenced by MPEG2fixup::GetPoolFrame(), and MPEG2fixup::ProcessVideo().
Definition at line 78 of file mpeg2fix.h.
Referenced by MPEG2fixup::GetFrameNum(), MPEG2fixup::GetFrameTypeN(), MPEG2fixup::GetNbFields(), MPEG2fixup::GetPoolFrame(), MPEG2fixup::ProcessVideo(), and MPEG2fixup::SetRepeat().
1.5.5