summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-12 23:58:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-12 23:58:06 +0000
commita2fa8607dd17beecaac1e8a4854512c4c087da6e (patch)
treee00f8011dc2d4683684d8c11451af751ec727a93
parent9164b306c2480307d6807c1069649c9485fa77f9 (diff)
downloadmpv-a2fa8607dd17beecaac1e8a4854512c4c087da6e.tar.bz2
mpv-a2fa8607dd17beecaac1e8a4854512c4c087da6e.tar.xz
Add license, remove bogus comment as told by Reza Jelveh, the author.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12182 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/demux_nsv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libmpdemux/demux_nsv.c b/libmpdemux/demux_nsv.c
index b22e7d9db1..732a19823f 100644
--- a/libmpdemux/demux_nsv.c
+++ b/libmpdemux/demux_nsv.c
@@ -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 @@ demuxer_t* demux_open_nsv ( demuxer_t* demuxer )
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;