view oggvorbis.h @ 1263:9fce515e9894 libavcodec

libmpeg2 style bitstream reader 17 vs 16 bit bugfix
author michaelni
date Wed, 14 May 2003 22:38:58 +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