libavformat/oma.c File Reference

#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 [6] = { 320, 441, 480, 882, 960, 0 }
const AVCodecTag ff_oma_codec_tags []

Variable Documentation

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[6] = { 320, 441, 480, 882, 960, 0 }

Definition at line 25 of file oma.c.

Referenced by oma_read_header(), and oma_write_header().