1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 17:37:23 +00:00

Remove unused variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26531 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-25 08:30:43 +00:00
parent b8d8895381
commit d0e5a5224b

View File

@ -27,7 +27,6 @@ static unsigned char buffer[BUFFLEN];
int main(int argc,char* argv[]){
int len;
int total=0;
float length;
int r;
int audio_fd;