view oggvorbis.h @ 1534:5bdf2017d854 libavcodec

replace file to remove nasty DOS CRs and hard tabs
author melanson
date Wed, 15 Oct 2003 03:14:14 +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