Mercurial > libavcodec.hg
view oggvorbis.h @ 885:35d28522a1c5 libavcodec
moving init of some variables (hurry_up,...) to MPV_frame_start()
author | michaelni |
---|---|
date | Sat, 23 Nov 2002 09:12:57 +0000 |
parents | 57b9a37546a0 |
children | 1e39f273ecd6 |
line wrap: on
line source
#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