view oggvorbis.h @ 733:7da52fc20726 libavcodec

DV ntsc support, 411P colorspace added
author arpi_esp
date Mon, 07 Oct 2002 21:28:33 +0000
parents 57b9a37546a0
children 1e39f273ecd6
line wrap: on
line source

#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