view oggvorbis.h @ 1229:cefec170ee46 libavcodec

fixed buffer allocation logic (hopefully) so that decoder does not crash most ffmpeg-enabled apps; added a bunch on motion compensation stuff which is effectively disabled at the moment while details are worked out
author tmmm
date Wed, 07 May 2003 02:30:37 +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