dfd761fe0d
- bump PKGNAME ok brad@
13 lines
493 B
Plaintext
13 lines
493 B
Plaintext
$OpenBSD: patch-src_inputPlugins_mp4_plugin_c,v 1.2 2008/09/15 22:04:17 jakemsr Exp $
|
|
--- src/inputPlugins/mp4_plugin.c.orig Sun Jan 27 15:13:31 2008
|
|
+++ src/inputPlugins/mp4_plugin.c Wed Jul 16 01:44:57 2008
|
|
@@ -100,7 +100,7 @@ static int mp4_decode(OutputBuffer * cb, DecoderContro
|
|
faacDecConfigurationPtr config;
|
|
unsigned char *mp4Buffer;
|
|
unsigned int mp4BufferSize;
|
|
- unsigned long sampleRate;
|
|
+ unsigned int sampleRate;
|
|
unsigned char channels;
|
|
long sampleId;
|
|
long numSamples;
|