summaryrefslogtreecommitdiffstats
path: root/libavcodec/oggvorbis.h
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2002-09-01 18:07:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-09-01 18:07:56 +0000
commit81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b (patch)
treef4429f345bf66ef382cc5207aac0ff7c15a8b752 /libavcodec/oggvorbis.h
parentad324c93515ca4acb43f5973ba67861213ff584d (diff)
downloadffmpeg-streaming-81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b.zip
ffmpeg-streaming-81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b.tar.gz
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/oggvorbis.h')
-rw-r--r--libavcodec/oggvorbis.h10
1 files changed, 10 insertions, 0 deletions
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 <vorbis/vorbisenc.h>
+
+#include "avcodec.h"
+
+int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ;
+
+#endif
OpenPOWER on IntegriCloud