#include <stdint.h>
#include "libavutil/internal.h"
Go to the source code of this file.
#define DCA_MARKER_RAW_BE 0x7FFE8001 |
DCA syncwords, also used for bitstream type detection.
Definition at line 32 of file dca.h.
#define DCA_MARKER_RAW_LE 0xFE7F0180 |
Definition at line 33 of file dca.h.
#define DCA_MARKER_14B_BE 0x1FFFE800 |
Definition at line 34 of file dca.h.
#define DCA_MARKER_14B_LE 0xFF1F00E8 |
Definition at line 35 of file dca.h.
#define DCA_HD_MARKER 0x64582025 |
DCA-HD specific block starts with this marker.
Definition at line 38 of file dca.h.
int ff_dca_convert_bitstream |
( |
const uint8_t * |
src, |
|
|
int |
src_size, |
|
|
uint8_t * |
dst, |
|
|
int |
max_size |
|
) |
| |
Convert bitstream to one representation based on sync marker.
Definition at line 37 of file dca.c.
av_export const uint32_t avpriv_dca_sample_rates[16] |
Definition at line 31 of file dca.c.