#include <mnt_mpeg1_gop.h>
Public Member Functions | |
int | parse (BitParser *bp) |
int | find (BitParser *bp) |
int | dump (BitParser *inbp, BitParser *outbp) |
int | skip (BitParser *bp) |
int | encode (BitParser *bp) |
Public Attributes | |
char | closed_gop_ |
char | broken_link_ |
time codes | |
These fields correspond the the fields defined in the IEC standard 461 ("time and control codes for video tape recorders"). The code refers to the first picture in the group of pictures that has a temporal_reference of zero.
The | |
char | drop_frame_flag_ |
char | time_code_hours_ |
char | time_code_minutes_ |
char | time_code_seconds_ |
char | time_code_pictures_ |
|
Assuming the BitParser
|
|
Advance the BitParser
|
|
Assuming that the
After parsing,
|
|
Assuming that
|
|
if |
|
If |