view oggvorbis.h @ 1172:9d257357ce07 libavcodec

fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
author michaelni
date Sun, 06 Apr 2003 19:45:02 +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