view oggvorbis.h @ 1193:6a6dbba3da95 libavcodec

Utility functions (CRC calc & float->int converters) [imported from MPlayer, based on a52dec's libao]
author arpi_esp
date Wed, 16 Apr 2003 20:03:07 +0000
parents 1e39f273ecd6
children
line wrap: on
line source

/**
 * @file oggvorbis.h
 * oggvorbis.
 */

#ifndef AVCODEC_OGGVORBIS_H
#define AVCODEC_OGGVORBIS_H

#include <vorbis/vorbisenc.h>

#include "avcodec.h"

int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ;

#endif