[MPlayer-cvslog] CVS: main mplayer.c,1.861,1.862
Oded Shimon CVS
syncmail at mplayerhq.hu
Sat Aug 27 21:45:14 CEST 2005
CVS change done by Oded Shimon CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17641
Modified Files:
mplayer.c
Log Message:
adds 'ID_DEMUXER=avi' to -identify...
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.861
retrieving revision 1.862
diff -u -r1.861 -r1.862
--- mplayer.c 23 Aug 2005 07:56:29 -0000 1.861
+++ mplayer.c 27 Aug 2005 19:45:11 -0000 1.862
@@ -2001,6 +2001,7 @@
if(identify) {
mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_FILENAME=%s\n", filename);
+ mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_DEMUXER=%s\n", demuxer->desc->name);
if (sh_video) {
/* Assume FOURCC if all bytes >= 0x20 (' ') */
if (sh_video->format >= 0x20202020)
More information about the MPlayer-cvslog
mailing list