FFmpeg
|
#include <stdint.h>
#include <string.h>
#include "libavutil/error.h"
#include "dca.h"
#include "put_bits.h"
Go to the source code of this file.
Functions | |
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. | |
Variables | |
const uint32_t | avpriv_dca_sample_rates [16] |
Convert bitstream to one representation based on sync marker.
Definition at line 39 of file dca.c.
Referenced by dca_decode_frame(), and dca_parse_params().
const uint32_t avpriv_dca_sample_rates[16] |
Definition at line 33 of file dca.c.
Referenced by dca_parse_frame_header(), dca_parse_params(), and spdif_header_dts().