apply comment spell fix patch from Trac #1623
svn path=/trunk/ogg/; revision=17571
This commit is contained in:
parent
d791323736
commit
80961b11a9
@ -78,7 +78,7 @@ typedef struct {
|
||||
ogg_int64_t packetno; /* sequence number for decode; the framing
|
||||
knows where there's a hole in the data,
|
||||
but we need coupling so that the codec
|
||||
(which is in a seperate abstraction
|
||||
(which is in a separate abstraction
|
||||
layer) also knows about the gap */
|
||||
ogg_int64_t granulepos;
|
||||
|
||||
@ -98,7 +98,7 @@ typedef struct {
|
||||
ogg_int64_t packetno; /* sequence number for decode; the framing
|
||||
knows where there's a hole in the data,
|
||||
but we need coupling so that the codec
|
||||
(which is in a seperate abstraction
|
||||
(which is in a separate abstraction
|
||||
layer) also knows about the gap */
|
||||
} ogg_packet;
|
||||
|
||||
|
@ -275,7 +275,7 @@ static int _os_lacing_expand(ogg_stream_state *os,int needed){
|
||||
|
||||
/* checksum the page */
|
||||
/* Direct table CRC; note that this will be faster in the future if we
|
||||
perform the checksum silmultaneously with other copies */
|
||||
perform the checksum simultaneously with other copies */
|
||||
|
||||
void ogg_page_checksum_set(ogg_page *og){
|
||||
if(og){
|
||||
@ -736,7 +736,7 @@ long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){
|
||||
}
|
||||
|
||||
/* sync the stream and get a page. Keep trying until we find a page.
|
||||
Supress 'sync errors' after reporting the first.
|
||||
Suppress 'sync errors' after reporting the first.
|
||||
|
||||
return values:
|
||||
-1) recapture (hole in data)
|
||||
|
Loading…
Reference in New Issue
Block a user