2003-03-06 11:32:04 +00:00
|
|
|
/**
|
|
|
|
* @file oggvorbis.h
|
|
|
|
* oggvorbis.
|
|
|
|
*/
|
|
|
|
|
2002-09-01 18:07:56 +00:00
|
|
|
#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
|