view oggvorbis.h @ 1508:5a43bc31c2eb libavcodec

recommit of promote avpicture_alloc to public interface patch by (Drew Hess <dhess at ilm dot com>)
author michael
date Sat, 11 Oct 2003 08:18:05 +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