mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
81e0d0b412
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
|