From 81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Sun, 1 Sep 2002 18:07:56 +0000 Subject: oggvorbis support patch by (Mark Hills ) Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/oggvorbis.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libavcodec/oggvorbis.h (limited to 'libavcodec/oggvorbis.h') diff --git a/libavcodec/oggvorbis.h b/libavcodec/oggvorbis.h new file mode 100644 index 0000000..0b206a1 --- /dev/null +++ b/libavcodec/oggvorbis.h @@ -0,0 +1,10 @@ +#ifndef AVCODEC_OGGVORBIS_H +#define AVCODEC_OGGVORBIS_H + +#include + +#include "avcodec.h" + +int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ; + +#endif -- cgit v1.1