#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "ircam.h"
Go to the source code of this file.
Initial value:= {
.name = "ircam",
.extensions = "sf,ircam",
}
static int ircam_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ircam_probe(AVProbeData *p)
Definition at line 106 of file ircamdec.c.
Initial value:= {
{ 0x64A30100, 0 },
{ 0x64A30200, 1 },
{ 0x64A30300, 0 },
{ 0x64A30400, 1 },
{ 0x0001A364, 1 },
{ 0x0002A364, 0 },
{ 0x0003A364, 1 },
}
Referenced by adpcm_decode_frame(), adpcm_swf_decode(), avs_decode_frame(), build_table(), dca_subsubframe(), decode_channel(), decode_group3_1d_line(), decode_group3_2d_line(), decode_init(), decode_residual(), encode_block(), ff_mpa_l2_select_table(), ff_wma_init(), fill_gv_table(), fill_table(), generate_wave_table(), get_bits_left(), get_vlc2(), idx_to_quant(), init_vlcs(), ircam_read_header(), mp_decode_layer2(), MPA_encode_init(), mpc8_decode_frame(), read_argb_line(), read_huff_channels(), read_quant_spectral_coeffs(), rv40_decode_intra_types(), rv40_decode_mb_info(), sbr_env_estimate(), sbr_mapping(), smacker_decode_header_tree(), smk_get_code(), smka_decode_frame(), svq1_decode_block_intra(), svq1_decode_block_non_intra(), svq1_decode_init(), vc1_decode_ac_coeff(), x8_vlc_init(), and xan_decode_chroma().