0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

buffer_len added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2593 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-31 16:08:26 +00:00
parent b8f593d848
commit cd32cd9fc7

View File

@ -13,6 +13,7 @@ typedef struct {
// buffering:
unsigned char *buffer;
unsigned int buffer_size;
unsigned int buffer_len;
// source stream:
void* source; // sh_audio or sh_video
int codec; // codec used for encoding. 0 means copy