view oggvorbis.h @ 1830:024752284c25 libavcodec

av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author michael
date Wed, 25 Feb 2004 02:47:53 +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