view oggvorbis.h @ 1430:248d9ae1033c libavcodec

bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate
author michaelni
date Fri, 29 Aug 2003 19:42:23 +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