view oggvorbis.h @ 1549:5e643dd7e889 libavcodec

use continued fractions to approximate a fraction if its numerator or denominator is too large
author michael
date Mon, 20 Oct 2003 22:33:53 +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