mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 08:39:01 +00:00
fix brokeness caused by demuxer patch, this code is useless for
any case other than avi and should not be run even then. patch by Uoti Urpala (urpala BANG cc MEEP helsinki MEEP fi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16199 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f80adf1593
commit
d59f67f879
@ -684,7 +684,6 @@ if (demuxer->desc->open)
|
||||
if (!(demuxer = demuxer->desc->open(demuxer)))
|
||||
return NULL;
|
||||
|
||||
pts_from_bps=0; // !!!
|
||||
if ((sh_video=demuxer->video->sh) && sh_video->bih)
|
||||
mp_msg(MSGT_DEMUX,MSGL_INFO,"VIDEO: [%.4s] %ldx%ld %dbpp %5.3f fps %5.1f kbps (%4.1f kbyte/s)\n",
|
||||
(char *)&sh_video->bih->biCompression,
|
||||
|
Loading…
Reference in New Issue
Block a user