view oggvorbis.h @ 1113:bbcb4fda2b86 libavcodec

Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
author michaelni
date Fri, 07 Mar 2003 12:37:49 +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