mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 11:01:35 +00:00
cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22249 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
500ca8e218
commit
2dd4906d55
@ -3101,7 +3101,6 @@ static void demux_seek_ts(demuxer_t *demuxer, float rel_seek_secs, float audio_d
|
||||
else
|
||||
{
|
||||
// time seek (secs)
|
||||
|
||||
if(! video_stats) // unspecified or VBR
|
||||
newpos += 2324*75*rel_seek_secs; // 174.3 kbyte/sec
|
||||
else
|
||||
@ -3152,10 +3151,8 @@ static void demux_seek_ts(demuxer_t *demuxer, float rel_seek_secs, float audio_d
|
||||
{
|
||||
if(i==0x1B3 || i==0x1B8) break; // found it!
|
||||
}
|
||||
else if(sh_video->format == VIDEO_MPEG4)
|
||||
{
|
||||
if(i==0x1B6) break; // found it!
|
||||
}
|
||||
else if((sh_video->format == VIDEO_MPEG4) && (i==0x1B6))
|
||||
break;
|
||||
else if(sh_video->format == VIDEO_VC1 && (i==0x10E || i==0x10F))
|
||||
break;
|
||||
else //H264
|
||||
|
Loading…
Reference in New Issue
Block a user