mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
9164b306c2
commit
a2fa8607dd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue