1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 22:06:59 +00:00

pts_from_bps fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2591 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-31 15:04:36 +00:00
parent 4bf15f7e84
commit 8f1cbc4acd

View File

@ -520,7 +520,7 @@ switch(file_format){
break;
}
} // switch(file_format)
pts_from_bps=0; // !!!
return demuxer;
}