summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:23:18 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:23:18 +0000
commitd8cd6b20571c57c8fbea539524a85b91dad22436 (patch)
tree5adbeff03214246178e40a30615cee86067325ac /libmpdemux
parentb52c558e9aa2cdaf5f1b9911660503d683aa36ea (diff)
downloadmpv-d8cd6b20571c57c8fbea539524a85b91dad22436.tar.bz2
mpv-d8cd6b20571c57c8fbea539524a85b91dad22436.tar.xz
removed obsolete items
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7233 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stheader.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index a4780aeaa9..1dff88c450 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -33,19 +33,10 @@ typedef struct {
// 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 @@ typedef struct {
// 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;