Mercurial > libavcodec.hg
view oggvorbis.h @ 1336:c16ac5b7ac79 libavcodec
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss)
author | michaelni |
---|---|
date | Wed, 02 Jul 2003 10:45:04 +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