]> git.sesse.net Git - ffmpeg/blob - libavcodec/oggvorbis.h
segfault fix patch by (Juergen Keil <jk at tools dot de>)
[ffmpeg] / libavcodec / oggvorbis.h
1 #ifndef AVCODEC_OGGVORBIS_H
2 #define AVCODEC_OGGVORBIS_H
3
4 #include <vorbis/vorbisenc.h>
5
6 #include "avcodec.h"
7
8 int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ;
9
10 #endif