summarylogtreecommitdiffstats
path: root/libquicktime-1.2.4-gcc15.patch
blob: 7818ff3e3e4f043f42611b2d30c8919604235e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libquicktime-1.2.4/utils/lqtplay.c.orig	2025-05-02 20:44:26.594658453 +0800
+++ libquicktime-1.2.4/utils/lqtplay.c	2025-05-02 20:55:17.689113056 +0800
@@ -1417,7 +1417,7 @@
 /* Decode at most AUDIO_BLOCK_SIZE samples and interleave them into the
    qt_audio array. Return the real number of decoded samples */
 
-static int decode_audio()
+static int decode_audio(int)
   {
   int i, j;
   int samples_decoded;