[Mplayer-cvslog] CVS: main/libmpdemux demux_nsv.c,1.2,1.3

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Apr 13 01:58:08 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv25989/libmpdemux

Modified Files:
	demux_nsv.c 
Log Message:
Add license, remove bogus comment as told by Reza Jelveh, the author.


Index: demux_nsv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_nsv.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- demux_nsv.c	12 Apr 2004 17:13:15 -0000	1.2
+++ demux_nsv.c	12 Apr 2004 23:58:06 -0000	1.3
@@ -5,7 +5,8 @@
  * by Reza Jelveh <reza.jelveh at tuhh.de>
  * seeking and PCM audio not yet supported
  * PCM needs extra audio chunk "miniheader" parsing
- * Based on a'rpis g2 work
+ * Based on A'rpis G2 work
+ * Licence: GPL
  */
 
 #include <stdio.h>
@@ -139,9 +140,6 @@
     sh_audio_t *sh_audio = NULL;
     
     
-    // vp6x magic keyframe ee if no keyframe f0 if keyframe correct if theres a mistake
-//  unsigned char magic;
-    
     nsv_priv_t * priv = malloc(sizeof(nsv_priv_t));
     demuxer->priv=priv;
     priv->video_pack_no=0;




More information about the MPlayer-cvslog mailing list