1000l to me. Broke compilation when EDL is disabled.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16066 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-07-23 06:51:35 +00:00
parent 8710fb5af1
commit c47ccea6f8
1 changed files with 2 additions and 0 deletions

View File

@ -1702,10 +1702,12 @@ static int slowseek(float end_pts, demux_stream_t *d_video, demux_stream_t *d_au
decode_video(sh_video, frame_data->start, frame_data->in_size, !softskip);
}
#ifdef USE_EDL
if (print_info) mp_msg(MSGT_MENCODER, MSGL_STATUS,
"EDL SKIP: Start: %.2f End: %.2lf Current: V: %.2f A: %.2f \r",
next_edl_record->start_sec, next_edl_record->stop_sec,
sh_video->pts, a_pts);
#endif
}
if (interrupted) return 2;
return 1;