summaryrefslogtreecommitdiffstats
path: root/libavcodec/oggvorbis.h
diff options
context:
space:
mode:
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