diff oggvorbis.h @ 636:57b9a37546a0 libavcodec

oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
author michaelni
date Sun, 01 Sep 2002 18:07:56 +0000
parents
children 1e39f273ecd6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/oggvorbis.h	Sun Sep 01 18:07:56 2002 +0000
@@ -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