view oggvorbis.h @ 1826:5fb6572ca817 libavcodec

av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author michael
date Mon, 23 Feb 2004 16:07:30 +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