summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-11 01:22:35 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-11 01:22:35 +0000
commit78da35a868758c5251cdeb4ac34419c5f8cff052 (patch)
tree17a464255ea2cf1f8dcbdd9252af80f623054d58 /stheader.h
parent845e0b753d7a68bc648532235c05cd51008df3cf (diff)
downloadmpv-78da35a868758c5251cdeb4ac34419c5f8cff052.tar.bz2
mpv-78da35a868758c5251cdeb4ac34419c5f8cff052.tar.xz
better audio out buffering & sample_format added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@759 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stheader.h b/stheader.h
index 9fc291f928..5d295c6f86 100644
--- a/stheader.h
+++ b/stheader.h
@@ -25,6 +25,7 @@ typedef struct {
char* a_buffer;
int a_buffer_len;
int a_buffer_size;
+ int sample_format;
// win32 codec stuff:
AVIStreamHeader audio;
WAVEFORMATEX *wf;