changeset 12181:12ddc64011fe

Add license, remove bogus comment as told by Reza Jelveh, the author.
author diego
date Mon, 12 Apr 2004 23:58:06 +0000
parents 31dd9aa9611c
children f18f862c2c19
files libmpdemux/demux_nsv.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_nsv.c	Mon Apr 12 22:11:48 2004 +0000
+++ b/libmpdemux/demux_nsv.c	Mon Apr 12 23:58:06 2004 +0000
@@ -5,7 +5,8 @@
  * by Reza Jelveh <reza.jelveh@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;