mirror of
https://github.com/mpv-player/mpv
synced 2025-02-28 03:10:55 +00:00
buffer_len added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2593 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b8f593d848
commit
cd32cd9fc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user