]> git.sesse.net Git - ffmpeg/blob - libavcodec/oggvorbis.h
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp
[ffmpeg] / 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