[xiph-cvs] cvs commit: snatch libsnatch.c
Monty
xiphmont at xiph.org
Mon Nov 12 23:48:05 PST 2001
xiphmont 01/11/12 23:48:04
Modified: . libsnatch.c
Log:
'course, adding the right header helps.
Revision Changes Path
1.27 +12 -12 snatch/libsnatch.c
Index: libsnatch.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/libsnatch.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libsnatch.c 2001/11/13 02:29:23 1.26
+++ libsnatch.c 2001/11/13 07:48:04 1.27
@@ -617,15 +617,15 @@
if(videocount){
if(audio_channels){
- gwrite(outfile_fd,"SNATCHAV---\n",6);
+ gwrite(outfile_fd,"SNATCHAV---\n",12);
}else{
- gwrite(outfile_fd,"SNATCH-V---\n",6);
+ gwrite(outfile_fd,"SNATCH-V---\n",12);
}
}else{
if(audio_channels){
- gwrite(outfile_fd,"SNATCHA----\n",6);
+ gwrite(outfile_fd,"SNATCHA----\n",12);
}else{
- gwrite(outfile_fd,"SNATCH-----\n",6);
+ gwrite(outfile_fd,"SNATCH-----\n",12);
}
}
@@ -681,15 +681,15 @@
if(videocount){
if(audio_channels){
- gwrite(outfile_fd,"SNATCHAV---\n",6);
+ gwrite(outfile_fd,"SNATCHAV---\n",12);
}else{
- gwrite(outfile_fd,"SNATCH-V---\n",6);
+ gwrite(outfile_fd,"SNATCH-V---\n",12);
}
}else{
if(audio_channels){
- gwrite(outfile_fd,"SNATCHA----\n",6);
+ gwrite(outfile_fd,"SNATCHA----\n",12);
}else{
- gwrite(outfile_fd,"SNATCH-----\n",6);
+ gwrite(outfile_fd,"SNATCH-----\n",12);
}
}
@@ -704,15 +704,15 @@
if(videocount){
if(audio_channels){
- gwrite(outfile_fd,"SNATCHAV---\n",6);
+ gwrite(outfile_fd,"SNATCHAV---\n",12);
}else{
- gwrite(outfile_fd,"SNATCH-V---\n",6);
+ gwrite(outfile_fd,"SNATCH-V---\n",12);
}
}else{
if(audio_channels){
- gwrite(outfile_fd,"SNATCHA----\n",6);
+ gwrite(outfile_fd,"SNATCHA----\n",12);
}else{
- gwrite(outfile_fd,"SNATCH-----\n",6);
+ gwrite(outfile_fd,"SNATCH-----\n",12);
}
}
}
--- >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