view oggvorbis.h @ 712:e55b91623e09 libavcodec

fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution
author michaelni
date Mon, 30 Sep 2002 21:36:43 +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