1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-12 11:54:01 +02:00
ffmpeg/libavcodec/oggvorbis.h

11 lines
192 B
C
Raw Normal View History

#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