view oggvorbis.h @ 1151:1d2ced5e79f3 libavcodec

binary compatibility fix (workaround for r.147, r.148)
author nickols_k
date Mon, 24 Mar 2003 08:52:32 +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