view oggvorbis.h @ 1541:9c4921a51392 libavcodec

* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE was not set.
author romansh
date Thu, 16 Oct 2003 18:27:48 +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