Go to the source code of this file.
Functions | |
| static void * | my_malloc (unsigned size, mpeg2_alloc_t reason) |
| static void | my_av_print (void *ptr, int level, const char *fmt, va_list vl) |
| static QString | PtsTime (int64_t pts) |
| static void | SETBITS (unsigned char *ptr, long value, int num) |
| static int | fill_buffers (void *r, int finish) |
| void | usage (char *s) |
| int | main (int argc, char **argv) |
Variables | |
| int | verboseMask = VB_GENERAL |
| static void* my_malloc | ( | unsigned | size, | |
| mpeg2_alloc_t | reason | |||
| ) | [static] |
Definition at line 39 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::MPEG2fixup().
| static void my_av_print | ( | void * | ptr, | |
| int | level, | |||
| const char * | fmt, | |||
| va_list | vl | |||
| ) | [static] |
Definition at line 61 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::MPEG2fixup().
| static QString PtsTime | ( | int64_t | pts | ) | [static] |
Definition at line 81 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::dumpList(), MPEG2fixup::FindStart(), MPEG2fixup::FrameInfo(), MPEG2fixup::GetFrame(), MPEG2fixup::InitialPTSFixup(), PTSOffsetQueue::SetNextPos(), MPEG2fixup::Start(), and PTSOffsetQueue::UpdateOrigPTS().
| static void SETBITS | ( | unsigned char * | ptr, | |
| long | value, | |||
| int | num | |||
| ) | [static] |
Definition at line 312 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::SetFrameNum().
| static int fill_buffers | ( | void * | r, | |
| int | finish | |||
| ) | [static] |
Definition at line 430 of file mpeg2fix.cpp.
Referenced by init_multiplex(), and MPEG2replex::Start().
| void usage | ( | char * | s | ) |
Definition at line 2501 of file mpeg2fix.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 2517 of file mpeg2fix.cpp.
| int verboseMask = VB_GENERAL |
Definition at line 2499 of file mpeg2fix.cpp.
1.6.3