view oggvorbis.h @ 1259:e8c3884f2c7e libavcodec

sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
author michaelni
date Wed, 14 May 2003 12:18:49 +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