summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 03:39:54 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 03:39:54 +0000
commitdda6708094e31b4bee948a48d4beaf2b2556d8f9 (patch)
tree951beee3ea2485c3827e7047931b3d26991816b3 /stheader.h
parentc92a2dfa975d16c67f1d88bbf669a0b45a4d422a (diff)
downloadmpv-dda6708094e31b4bee948a48d4beaf2b2556d8f9.tar.bz2
mpv-dda6708094e31b4bee948a48d4beaf2b2556d8f9.tar.xz
new audio playback and A-V sync code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stheader.h b/stheader.h
index 350db33a89..9fc291f928 100644
--- a/stheader.h
+++ b/stheader.h
@@ -15,7 +15,8 @@ typedef struct {
int samplerate;
int samplesize;
int channels;
- int o_bps; // == samplerate*samplesize*channels
+ int o_bps; // == samplerate*samplesize*channels (uncompr. bytes/sec)
+ int i_bps; // == bitrate (compressed bytes/sec)
// in buffers:
char* a_in_buffer;
int a_in_buffer_len;