diff stheader.h @ 587:8511095c5283

stage#1 completed: c files no more included from mplayer.c
author arpi_esp
date Mon, 23 Apr 2001 03:42:17 +0000
parents 5251b0c57e39
children cd1f0d4de0b8
line wrap: on
line diff
--- a/stheader.h	Mon Apr 23 03:39:34 2001 +0000
+++ b/stheader.h	Mon Apr 23 03:42:17 2001 +0000
@@ -33,7 +33,8 @@
   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 @@
   HIC hic;  // handle
 } sh_video_t;
 
+sh_audio_t* new_sh_audio(int id);
+sh_video_t* new_sh_video(int id);