Commit 47f0ff86 authored by Rafaël Carré's avatar Rafaël Carré

tremor: update patch (some tremor files use an older ogg API)

parent f5c5756c
...@@ -41,9 +41,18 @@ Index: synthesis.c ...@@ -41,9 +41,18 @@ Index: synthesis.c
if(oggpack_read(&opb,1)!=0){ if(oggpack_read(&opb,1)!=0){
Index: info.c Index: info.c
=================================================================== ===================================================================
--- info.c (révision 12136) --- info.c (révision 16541)
+++ info.c (copie de travail) +++ info.c (copie de travail)
@@ -299,7 +299,7 @@ @@ -299,7 +299,7 @@
char buffer[6];
if(op){
- oggpack_readinit(&opb,op->packet);
+ oggpack_readinit(&opb,op->packet,op->bytes);
if(!op->b_o_s)
return(0); /* Not the initial packet */
@@ -327,7 +327,7 @@
oggpack_buffer opb; oggpack_buffer opb;
if(op){ if(op){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment