#include "internal.h"
#include "oma.h"
#include "libavcodec/avcodec.h"
Go to the source code of this file.
Variables | |
const uint16_t | ff_oma_srate_tab [8] = { 320, 441, 480, 882, 960, 0, 0, 0} |
const AVCodecTag | ff_oma_codec_tags [] |
const AVCodecTag ff_oma_codec_tags[] |
Initial value:
{ { CODEC_ID_ATRAC3, OMA_CODECID_ATRAC3 }, { CODEC_ID_ATRAC3P, OMA_CODECID_ATRAC3P }, { CODEC_ID_MP3, OMA_CODECID_MP3 }, { CODEC_ID_PCM_S16BE, OMA_CODECID_LPCM }, { 0 }, }
Definition at line 27 of file oma.c.
Referenced by oma_read_header().
const uint16_t ff_oma_srate_tab[8] = { 320, 441, 480, 882, 960, 0, 0, 0} |