view oggvorbis.h @ 1882:5456ab242388 libavcodec

minor VMD system update; still not perfect, but should not crash either
author melanson
date Sun, 14 Mar 2004 04:08:11 +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