summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-23 03:42:17 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-23 03:42:17 +0000
commitb1b6b1fafa2b0d7cb2b28fd8fe7d7b4dc525f46e (patch)
tree422801d19397532c59e0d36a5b024a9919931f9c /stheader.h
parent4ebd355ec3e456c09329d1d28070dd0e8d9d65c7 (diff)
downloadmpv-b1b6b1fafa2b0d7cb2b28fd8fe7d7b4dc525f46e.tar.bz2
mpv-b1b6b1fafa2b0d7cb2b28fd8fe7d7b4dc525f46e.tar.xz
stage#1 completed: c files no more included from mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@588 b3059339-0415-0410-9bf9-f77b7e298cf2
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);