view oggvorbis.h @ 1242:db903b6fd197 libavcodec

ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
author michaelni
date Sun, 11 May 2003 11:26:35 +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