[xiph-commits] r2964 - liboggplay/trunk/src/tools

shans at svn.annodex.net shans at svn.annodex.net
Sun Jun 17 18:32:51 PDT 2007


Author: shans
Date: 2007-06-17 18:32:51 -0700 (Sun, 17 Jun 2007)
New Revision: 2964

Modified:
   liboggplay/trunk/src/tools/glut-player.c
Log:
Removed duplicate reader creation



Modified: liboggplay/trunk/src/tools/glut-player.c
===================================================================
--- liboggplay/trunk/src/tools/glut-player.c	2007-06-17 14:47:26 UTC (rev 2963)
+++ liboggplay/trunk/src/tools/glut-player.c	2007-06-18 01:32:51 UTC (rev 2964)
@@ -407,8 +407,6 @@
 
   player = oggplay_open_with_reader(reader, argv[1]);
 
-  reader = oggplay_file_reader_new();
-  
   if (player == NULL) {
     printf ("could not initialise oggplay with this file\n");
     exit (1);



More information about the commits mailing list