Go to the source code of this file.
|  | 
| enum | BMVFlags { BMV_NOP = 0, 
BMV_END, 
BMV_DELTA, 
BMV_INTRA,
 BMV_SCROLL = 0x04, 
BMV_PALETTE = 0x08, 
BMV_COMMAND = 0x10, 
BMV_AUDIO = 0x20,
 BMV_EXT = 0x40, 
BMV_PRINT = 0x80, 
BMV_NOP = 0, 
BMV_END,
 BMV_DELTA, 
BMV_INTRA, 
BMV_AUDIO = 0x20
 }
 | 
|  | 
◆ BMVFlags
| Enumerator | 
|---|
| BMV_NOP |  | 
| BMV_END |  | 
| BMV_DELTA |  | 
| BMV_INTRA |  | 
| BMV_SCROLL |  | 
| BMV_PALETTE |  | 
| BMV_COMMAND |  | 
| BMV_AUDIO |  | 
| BMV_EXT |  | 
| BMV_PRINT |  | 
| BMV_NOP |  | 
| BMV_END |  | 
| BMV_DELTA |  | 
| BMV_INTRA |  | 
| BMV_AUDIO |  | 
Definition at line 28 of file bmv.c.
 
 
◆ bmv_read_header()
Definition at line 44 of file bmv.c.
 
 
◆ bmv_read_packet()
Definition at line 72 of file bmv.c.
 
 
◆ bmv_read_close()
◆ ff_bmv_demuxer
Initial value:= {
    .p.name         = "bmv",
    .p.extensions   = "bmv",
}
Definition at line 129 of file bmv.c.