view oggvorbis.h @ 1791:5e5c3d4a1e82 libavcodec

* Initial implementation of the G.726 ADPCM audio codec.
author romansh
date Sat, 07 Feb 2004 08:20:00 +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