diff Plugins/Input/mpg123/mpg123.h @ 1091:ecdd6a7cafed trunk

[svn] - more stuff
author nenolod
date Sat, 20 May 2006 21:09:00 -0700
parents 09eb2c83097a
children b5ae09a6c2f1
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.h	Sat May 20 20:36:10 2006 -0700
+++ b/Plugins/Input/mpg123/mpg123.h	Sat May 20 21:09:00 2006 -0700
@@ -185,6 +185,10 @@
 
 extern MPG123Config mpg123_cfg;
 
+struct mpgdec_instance {
+    void (*dump_audio)(struct frame *fr);
+};
+
 struct bitstream_info {
     int bitindex;
     unsigned char *wordpointer;
@@ -192,6 +196,8 @@
 
 extern struct bitstream_info bsi;
 
+typedef struct mpgdec_instance mpgdec_t;
+
 struct mpstr {
   int bsize;
   int framesize;