1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

dump processed edit list data

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7515 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-09-27 20:33:09 +00:00
parent fbcc3a2466
commit 2f74e98e0f

View File

@ -257,6 +257,9 @@ void mov_build_index(mov_track_t* trak,int timescale){
}
el->frames=sample-el->start_sample;
frame+=el->frames;
mp_msg(MSGT_DEMUX,MSGL_V,"EL#%d: pts=%d 1st_sample=%d frames=%d (%5.3fs) pts_offs=%d\n",i,
el->pos,el->start_sample, el->frames,
(float)(el->dur)/(float)timescale, el->pts_offset);
}
}