mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 15:22:57 +00:00
11 lines
192 B
C
11 lines
192 B
C
#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
|