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;