FFmpeg
Variables
rso.c File Reference
#include "avformat.h"
#include "internal.h"
#include "rso.h"

Go to the source code of this file.

Variables

const AVCodecTag ff_codec_rso_tags []
 
const AVCodecTag *const ff_rso_codec_tags_list [] = { ff_codec_rso_tags, NULL }
 

Variable Documentation

◆ ff_codec_rso_tags

const AVCodecTag ff_codec_rso_tags[]
Initial value:
= {
{ AV_CODEC_ID_PCM_U8, 0x0100 },
}

Definition at line 26 of file rso.c.

Referenced by rso_read_header().

◆ ff_rso_codec_tags_list

const AVCodecTag* const ff_rso_codec_tags_list[] = { ff_codec_rso_tags, NULL }

Definition at line 32 of file rso.c.

AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: codec_id.h:50
AV_CODEC_ID_PCM_U8
@ AV_CODEC_ID_PCM_U8
Definition: codec_id.h:333
AV_CODEC_ID_ADPCM_IMA_WAV
@ AV_CODEC_ID_ADPCM_IMA_WAV
Definition: codec_id.h:368