2008-09-15 18:04:17 -04:00
|
|
|
$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
|
2007-06-29 02:08:12 -04:00
|
|
|
faacDecConfigurationPtr config;
|
2008-09-15 18:04:17 -04:00
|
|
|
unsigned char *mp4Buffer;
|
|
|
|
unsigned int mp4BufferSize;
|
2007-06-29 02:08:12 -04:00
|
|
|
- unsigned long sampleRate;
|
2008-09-15 18:04:17 -04:00
|
|
|
+ unsigned int sampleRate;
|
|
|
|
unsigned char channels;
|
2007-06-29 02:08:12 -04:00
|
|
|
long sampleId;
|
|
|
|
long numSamples;
|