summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/stheader.h b/stheader.h
index 942638fa2e..350db33a89 100644
--- a/stheader.h
+++ b/stheader.h
@@ -33,7 +33,8 @@ typedef struct {
int audio_in_minsize;
int audio_out_minsize;
// other codecs:
- ac3_frame_t *ac3_frame;
+// ac3_frame_t *ac3_frame;
+ void* ac3_frame;
int pcm_bswap;
} sh_audio_t;
@@ -57,4 +58,6 @@ typedef struct {
HIC hic; // handle
} sh_video_t;
+sh_audio_t* new_sh_audio(int id);
+sh_video_t* new_sh_video(int id);