[Mplayer-cvslog] CVS: main/TOOLS movinfo.c,1.4,1.5
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Mon Aug  5 02:11:47 CEST 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.35,1.36 documentation.html,1.282,1.283 faq.html,1.100,1.101 sound.html,1.44,1.45
- Next message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.36,1.37
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var/tmp.root/cvs-serv29988
Modified Files:
	movinfo.c 
Log Message:
small fixes...
Index: movinfo.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/movinfo.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- movinfo.c	2 Aug 2002 17:41:02 -0000	1.4
+++ movinfo.c	5 Aug 2002 00:11:44 -0000	1.5
@@ -74,8 +74,8 @@
   for (i=0; i<len; i++)
 	fread(&data[i], 1, 1, f);
 
-  strncpy(codec, &data[43], len-43);
-  printf("  [codec: %s]\n", &codec);
+//  strncpy(codec, &data[43], len-43);
+//  printf("  [codec: %s]\n", &codec);
   fseek(f,orig_pos,SEEK_SET);
 }
 
@@ -307,6 +307,7 @@
   case 0x7A737473: // stsz  Sample size table
   case 0x746f6e70: // pnot
   case 0x54434950: // PICT
+  case 0x70797466:
       break;
   default: lschunks(f,level+1,pos+atom_size);
   }
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.35,1.36 documentation.html,1.282,1.283 faq.html,1.100,1.101 sound.html,1.44,1.45
- Next message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.36,1.37
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list