mirror of https://github.com/mpv-player/mpv
reindented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24974 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a06eb8ac21
commit
aa93810437
|
@ -576,7 +576,7 @@ static int demux_mpg_read_packet(demuxer_t *demux,int id){
|
|||
resize_demux_packet(dp, l);
|
||||
len = l;
|
||||
if(set_pts)
|
||||
dp->pts=pts/90000.0f;
|
||||
dp->pts=pts/90000.0f;
|
||||
dp->pos=demux->filepos;
|
||||
/*
|
||||
workaround:
|
||||
|
|
Loading…
Reference in New Issue