mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
0.5l for debug messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10316 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7b54872d6c
commit
26df2d9797
@ -153,7 +153,6 @@ if(strncmp("cue://",filename,6) == 0){
|
||||
stream=new_stream(f,STREAMTYPE_VCDBINCUE);
|
||||
stream->start_pos=ret;
|
||||
stream->end_pos=ret2;
|
||||
printf ("start:%d end:%d\n", ret, ret2);
|
||||
return stream;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user