Mercurial > libavcodec.hg
view oggvorbis.h @ 1696:f5af91b8be17 libavcodec
pts and dts support in parser API
author | bellard |
---|---|
date | Tue, 16 Dec 2003 11:17:06 +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