FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_rm_reorder_sipr_data (uint8_t *buf, int sub_packet_h, int framesize) |
Perform 4-bit block reordering for SIPR data. | |
Variables | |
const unsigned char | ff_sipr_subpk_size [4] = { 29, 19, 37, 20 } |
static const unsigned char | sipr_swaps [38][2] |
Perform 4-bit block reordering for SIPR data.
buf | SIPR data |
Definition at line 41 of file rmsipr.c.
Referenced by ff_rm_parse_packet(), and matroska_parse_rm_audio().
const unsigned char ff_sipr_subpk_size[4] = { 29, 19, 37, 20 } |
Definition at line 25 of file rmsipr.c.
Referenced by matroska_read_header(), and rm_read_audio_stream_info().
|
static |
Definition at line 27 of file rmsipr.c.
Referenced by ff_rm_reorder_sipr_data().