FFmpeg
Data Structures | Functions | Variables
oggparsecelt.c File Reference
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"

Go to the source code of this file.

Data Structures

struct  oggcelt_private
 

Functions

static int celt_header (AVFormatContext *s, int idx)
 

Variables

const struct ogg_codec ff_celt_codec
 

Function Documentation

◆ celt_header()

static int celt_header ( AVFormatContext s,
int  idx 
)
static

Definition at line 33 of file oggparsecelt.c.

Variable Documentation

◆ ff_celt_codec

const struct ogg_codec ff_celt_codec
Initial value:
= {
.magic = "CELT ",
.magicsize = 8,
.header = celt_header,
.nb_header = 2,
}

Definition at line 92 of file oggparsecelt.c.

Referenced by celt_header().

celt_header
static int celt_header(AVFormatContext *s, int idx)
Definition: oggparsecelt.c:33