[NUT-devel] [nut]: r136 - in trunk/libnut: demuxer.c muxer.c nut.h priv.h reorder.c

ods15 subversion at mplayerhq.hu
Sun Sep 17 11:25:23 CEST 2006


Author: ods15
Date: Sun Sep 17 11:25:23 2006
New Revision: 136

Modified:
   trunk/libnut/demuxer.c
   trunk/libnut/muxer.c
   trunk/libnut/nut.h
   trunk/libnut/priv.h
   trunk/libnut/reorder.c

Log:
add license headers in libnut files

make seek output a bit more mplayer friendly


Modified: trunk/libnut/demuxer.c
==============================================================================
--- trunk/libnut/demuxer.c	(original)
+++ trunk/libnut/demuxer.c	Sun Sep 17 11:25:23 2006
@@ -1,3 +1,6 @@
+// (C) 2005-2006 Oded Shimon
+// This file is available under the MIT/X license, see LICENSE
+
 #include <inttypes.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -1208,7 +1211,7 @@
 	}
 
 	if (start == 0) CHECK(binary_search_syncpoint(nut, time_pos, &start, &end, &stopper));
-	else fprintf(stderr, "============= NO BINARY SEARCH\n");
+	else fprintf(stderr, "============= NO BINARY SEARCH   \n");
 
 	if (start) { // "unsuccessful" seek needs no linear search
 		if (!(flags & 2)) { // regular seek

Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c	(original)
+++ trunk/libnut/muxer.c	Sun Sep 17 11:25:23 2006
@@ -1,3 +1,6 @@
+// (C) 2005-2006 Oded Shimon
+// This file is available under the MIT/X license, see LICENSE
+
 #include <inttypes.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: trunk/libnut/nut.h
==============================================================================
--- trunk/libnut/nut.h	(original)
+++ trunk/libnut/nut.h	Sun Sep 17 11:25:23 2006
@@ -1,3 +1,6 @@
+// (C) 2005-2006 Oded Shimon
+// This file is available under the MIT/X license, see LICENSE
+
 #ifndef _NUT_H
 #define _NUT_H
 

Modified: trunk/libnut/priv.h
==============================================================================
--- trunk/libnut/priv.h	(original)
+++ trunk/libnut/priv.h	Sun Sep 17 11:25:23 2006
@@ -1,3 +1,6 @@
+// (C) 2005-2006 Oded Shimon
+// This file is available under the MIT/X license, see LICENSE
+
 #ifndef _NUT_PRIV_H
 #define _NUT_PRIV_H
 

Modified: trunk/libnut/reorder.c
==============================================================================
--- trunk/libnut/reorder.c	(original)
+++ trunk/libnut/reorder.c	Sun Sep 17 11:25:23 2006
@@ -1,3 +1,6 @@
+// (C) 2005-2006 Oded Shimon
+// This file is available under the MIT/X license, see LICENSE
+
 #include <inttypes.h>
 #include <stdlib.h>
 #include <stdio.h>



More information about the NUT-devel mailing list