[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c encode.h
Michael Smith
msmith at xiph.org
Sat Jan 26 21:26:56 PST 2002
msmith 02/01/26 21:26:56
Modified: oggenc oggenc.c encode.h
Log:
Remove an old unused variable.
Revision Changes Path
1.43 +1 -1 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- oggenc.c 2002/01/26 11:06:40 1.42
+++ oggenc.c 2002/01/27 05:26:56 1.43
@@ -68,7 +68,7 @@
int main(int argc, char **argv)
{
/* Default values */
- oe_options opt = {"ISO-8859-1", NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL,
+ oe_options opt = {NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL,
0, NULL, 0, NULL, 0, 0, 0,16,44100,2, NULL,DEFAULT_NAMEFMT_REMOVE,
DEFAULT_NAMEFMT_REPLACE, NULL, -1,-1,-1,-1,0};
int i;
<p><p>1.14 +0 -2 vorbis-tools/oggenc/encode.h
Index: encode.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/encode.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- encode.h 2001/12/18 06:29:20 1.13
+++ encode.h 2002/01/27 05:26:56 1.14
@@ -33,8 +33,6 @@
typedef struct
{
- char *encoding;
-
char **title;
int title_count;
char **artist;
<p><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