view oggvorbis.h @ 1466:618b148f6b76 libavcodec

change pixel identifier conflict with AltiVec headers (patch courtesy of Magnus Damm <damm at opensource.se>)
author tmmm
date Sun, 14 Sep 2003 16:11:01 +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