view oggvorbis.h @ 1233:5d66713e97e2 libavcodec

correct the custom coding mode alphabet, add some validation on the motion vectors (which are not completely correct yet)
author tmmm
date Thu, 08 May 2003 02:01:17 +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