mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
Fixed 2 debug edl messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13774 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bef9098ad3
commit
f992621f24
@ -2549,16 +2549,12 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
|
||||
osd_function = OSD_FFW;
|
||||
abs_seek_pos = 0;
|
||||
rel_seek_secs = next_edl_record->length_sec;
|
||||
#ifdef DEBUG_EDL
|
||||
mp_msg(MSGT_FIXME, MSGL_FIXME, MSGTR_EDLSKIPStartStopLength, next_edl_record->start_sec, next_edl_record->stop_sec, next_edl_record->length_sec );
|
||||
#endif
|
||||
mp_msg(MSGT_CPLAYER, MSGL_DBG4, "EDL_SKIP: start [%f], stop [%f], length [%f]\n", next_edl_record->start_sec, next_edl_record->stop_sec, next_edl_record->length_sec );
|
||||
edl_decision = 1;
|
||||
} else if( next_edl_record->action == EDL_MUTE ) {
|
||||
mixer_mute(&mixer);
|
||||
edl_mute_count++; // new EDL seek behavior needs this
|
||||
#ifdef DEBUG_EDL
|
||||
mp_msg(MSGT_FIXME, MSGL_FIXME, "\nEDL_MUTE: [%f]\n", next_edl_record->start_sec );
|
||||
#endif
|
||||
mp_msg(MSGT_CPLAYER, MSGL_DBG4, "EDL_MUTE: [%f]\n", next_edl_record->start_sec );
|
||||
edl_decision = 1;
|
||||
}
|
||||
next_edl_record=next_edl_record->next;
|
||||
|
Loading…
Reference in New Issue
Block a user