view oggvorbis.h @ 663:76fef3b11680 libavcodec

Adapt to new 8/16 table scheme.
author mellum
date Fri, 13 Sep 2002 09:28:45 +0000
parents 57b9a37546a0
children 1e39f273ecd6
line wrap: on
line source

#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