# HG changeset patch # User alex # Date 1030904598 0 # Node ID f83050f59e23a2ec6751372dd99c39823b03d321 # Parent 1e84415320d83b3a024258380b87adbb2e206acf removed obsolete items diff -r 1e84415320d8 -r f83050f59e23 libmpdemux/stheader.h --- a/libmpdemux/stheader.h Sun Sep 01 18:08:44 2002 +0000 +++ b/libmpdemux/stheader.h Sun Sep 01 18:23:18 2002 +0000 @@ -33,19 +33,10 @@ // win32 codec stuff: AVIStreamHeader audio; WAVEFORMATEX *wf; -// char wf_ext[64]; // in format - WAVEFORMATEX o_wf; // out format - HACMSTREAM srcstream; // handle int audio_in_minsize; int audio_out_minsize; // other codecs: void* context; // codec-specific stuff (usually HANDLE or struct pointer) -// ac3_frame_t *ac3_frame; - void* ac3_frame; // TODO: use *context - int pcm_bswap; -#ifdef HAVE_OGGVORBIS - struct ov_struct_st *ov; // should be assigned on init TODO: use *context -#endif unsigned char *codecdata; int codecdata_len; } sh_audio_t; @@ -68,15 +59,11 @@ // buffers: float num_frames; // number of frames played int num_frames_decoded; // number of frames decoded - unsigned our_out_buffer_size; - char *our_out_buffer; mp_image_t *image; // win32 codec stuff: AVIStreamHeader video; BITMAPINFOHEADER *bih; // in format - BITMAPINFOHEADER o_bih; // out format void* context; // codec-specific stuff (usually HANDLE or struct pointer) - HIC hic; // handle void* video_out; void* vfilter; int vf_inited;