FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
ircam.c File Reference
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Variables

const AVCodecTag ff_codec_ircam_le_tags []
 
const AVCodecTag ff_codec_ircam_be_tags []
 

Variable Documentation

const AVCodecTag ff_codec_ircam_le_tags[]
Initial value:
= {
{ AV_CODEC_ID_PCM_ALAW, 0x10001 },
{ AV_CODEC_ID_PCM_F32LE, 0x00004 },
{ AV_CODEC_ID_PCM_F64LE, 0x00008 },
{ AV_CODEC_ID_PCM_MULAW, 0x20001 },
{ AV_CODEC_ID_PCM_S16LE, 0x00002 },
{ AV_CODEC_ID_PCM_S24LE, 0x00003 },
{ AV_CODEC_ID_PCM_S32LE, 0x40004 },
{ AV_CODEC_ID_PCM_S8, 0x00001 },
}

Definition at line 25 of file ircam.c.

Referenced by ircam_read_header(), and ircam_write_header().

const AVCodecTag ff_codec_ircam_be_tags[]
Initial value:
= {
{ AV_CODEC_ID_PCM_ALAW, 0x10001 },
{ AV_CODEC_ID_PCM_F32BE, 0x00004 },
{ AV_CODEC_ID_PCM_F64BE, 0x00008 },
{ AV_CODEC_ID_PCM_MULAW, 0x20001 },
{ AV_CODEC_ID_PCM_S16BE, 0x00002 },
{ AV_CODEC_ID_PCM_S24BE, 0x00003 },
{ AV_CODEC_ID_PCM_S32BE, 0x40004 },
{ AV_CODEC_ID_PCM_S8, 0x00001 },
}

Definition at line 37 of file ircam.c.

Referenced by ircam_read_header().