view oggvorbis.h @ 1759:e73a3b86565f libavcodec

Use reget buffer instead of copying from prev frame Added buffer hints, replaced printf with av_log
author rtognimp
date Sun, 25 Jan 2004 16:43:09 +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