[xiph-commits] r14482 - trunk/vorbis-tools/ogg123
ivo at svn.xiph.org
ivo at svn.xiph.org
Mon Feb 11 20:07:06 PST 2008
Author: ivo
Date: 2008-02-11 20:07:05 -0800 (Mon, 11 Feb 2008)
New Revision: 14482
Modified:
trunk/vorbis-tools/ogg123/ogg123.h
Log:
Reverted.
Modified: trunk/vorbis-tools/ogg123/ogg123.h
===================================================================
--- trunk/vorbis-tools/ogg123/ogg123.h 2008-02-11 20:47:57 UTC (rev 14481)
+++ trunk/vorbis-tools/ogg123/ogg123.h 2008-02-12 04:07:05 UTC (rev 14482)
@@ -25,8 +25,8 @@
typedef struct ogg123_options_t {
long int verbosity; /* Verbose output if > 1, quiet if 0 */
- long int shuffle; /* Should we shuffle playing? */
- long int repeat; /* Repeat playlist indefinitely? */
+ int shuffle; /* Should we shuffle playing? */
+ int repeat; /* Repeat playlist indefinitely? */
ogg_int64_t delay; /* delay (in millisecs) for skip to next song */
int nth; /* Play every nth chunk */
int ntimes; /* Play every chunk n times */
More information about the commits
mailing list