Ticket #1810: mplayer.patch
| File mplayer.patch, 663 bytes (added by , 16 years ago) |
|---|
-
mplayer.c
586 586 mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_START_TIME=%.2lf\n", start_pts); 587 587 else 588 588 mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_START_TIME=unknown\n"); 589 mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_LENGTH=%.2 lf\n", demuxer_get_time_length(mpctx->demuxer));589 mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_LENGTH=%.2f\n", demuxer_get_time_length(mpctx->demuxer)); 590 590 mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_SEEKABLE=%d\n", 591 591 mpctx->stream->seek && (!mpctx->demuxer || mpctx->demuxer->seekable)); 592 592 if (mpctx->demuxer) {
