Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_03 / synfig-core / src / modules / mod_libavcodec / libavcodec / oggvorbis.h
1 /**
2  * @file oggvorbis.h
3  * oggvorbis.
4  */
5
6 #ifndef AVCODEC_OGGVORBIS_H
7 #define AVCODEC_OGGVORBIS_H
8
9 #include <vorbis/vorbisenc.h>
10
11 #include "avcodec.h"
12
13 int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ;
14
15 #endif