[xiph-cvs] cvs commit: theora/examples dump_video.c
Ralph Giles
giles at xiph.org
Sun Oct 26 13:49:59 PST 2003
giles 03/10/26 16:49:59
Modified: examples dump_video.c
Log:
dump_video is neither multithreaded nor linked to SDL, so _REENTRANT is
unecessary.
Revision Changes Path
1.6 +1 -2 theora/examples/dump_video.c
Index: dump_video.c
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/dump_video.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dump_video.c 10 Jun 2003 01:31:32 -0000 1.5
+++ dump_video.c 26 Oct 2003 21:49:59 -0000 1.6
@@ -11,7 +11,7 @@
********************************************************************
function: example dumpvid application; dumps Theora streams
- last mod: $Id: dump_video.c,v 1.5 2003/06/10 01:31:32 tterribe Exp $
+ last mod: $Id: dump_video.c,v 1.6 2003/10/26 21:49:59 giles Exp $
********************************************************************/
@@ -19,7 +19,6 @@
/* simply dump decoded YUV data, for verification of theora bitstream */
#define _GNU_SOURCE
-#define _REENTRANT
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
#define _FILE_OFFSET_BITS 64
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list