comparison mplayer.c @ 34607:084c21922624

Revert one change of r34694. MSGT_IDENTIFY must never be translatable.
author ib
date Sun, 12 Feb 2012 17:27:06 +0000
parents ed612f6f4778
children cc658103f214
comparison
equal deleted inserted replaced
34606:ed612f6f4778 34607:084c21922624
526 start_pts = video_start_pts; 526 start_pts = video_start_pts;
527 } 527 }
528 if (start_pts != MP_NOPTS_VALUE) 528 if (start_pts != MP_NOPTS_VALUE)
529 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%.2f\n", start_pts); 529 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%.2f\n", start_pts);
530 else 530 else
531 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%s\n", MSGTR_Unknown); 531 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=unknown\n");
532 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_LENGTH=%.2f\n", demuxer_get_time_length(mpctx->demuxer)); 532 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_LENGTH=%.2f\n", demuxer_get_time_length(mpctx->demuxer));
533 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SEEKABLE=%d\n", 533 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SEEKABLE=%d\n",
534 mpctx->stream->seek && (!mpctx->demuxer || mpctx->demuxer->seekable)); 534 mpctx->stream->seek && (!mpctx->demuxer || mpctx->demuxer->seekable));
535 if (mpctx->demuxer) { 535 if (mpctx->demuxer) {
536 if (mpctx->demuxer->num_chapters == 0) 536 if (mpctx->demuxer->num_chapters == 0)