From a2fa8607dd17beecaac1e8a4854512c4c087da6e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 12 Apr 2004 23:58:06 +0000 Subject: 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 --- libmpdemux/demux_nsv.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libmpdemux') 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 * 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 @@ -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; -- cgit v1.2.3