[MPlayer-cvslog] r26144 - trunk/mplayer.c

diego subversion at mplayerhq.hu
Mon Mar 3 10:53:18 CET 2008


Author: diego
Date: Mon Mar  3 10:53:18 2008
New Revision: 26144

Log:
Add ID_SEEKABLE information to -identify output.
patch by Mathieu SCHROETER, mathieu.schroeter gamesover ch


Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Mon Mar  3 10:53:18 2008
@@ -3507,6 +3507,7 @@ if (mpctx->global_sub_size) {
     mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_AUDIO_NCH=%d\n", mpctx->sh_audio->channels);
   }
   mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_LENGTH=%.2lf\n", demuxer_get_time_length(mpctx->demuxer));
+  mp_msg(MSGT_IDENTIFY,MSGL_INFO,"ID_SEEKABLE=%d\n", mpctx->stream->seek ? 1 : 0);
 
 if(!mpctx->sh_video) goto main; // audio-only
 



More information about the MPlayer-cvslog mailing list