001-fix-size-mismatch.patch 393 B

123456789101112
  1. diff -Naur a/src/framing.c b/src/framing.c
  2. --- a/src/framing.c 2019-08-12 11:56:41.000000000 -0700
  3. +++ b/src/framing.c 2019-12-09 20:18:17.011484000 -0800
  4. @@ -1564,7 +1564,7 @@
  5. byteskipcount=byteskip;
  6. }
  7. - ogg_sync_wrote(&oy,next-buf);
  8. + ogg_sync_wrote(&oy,(long)(next-buf));
  9. while(1){
  10. int ret=ogg_sync_pageout(&oy,&og_de);