MPEG3Plugin problem

John M McIntosh johnmci at smalltalkconsulting.com
Sun Mar 26 05:34:19 UTC 2006


Well I go to open squeak map and it gives me a Undefined as yet =20
unclassified Nothing Syntax Error dialog containing:

<<<This string contains a character (ascii value 31) that is not =20
normally used in code>>> Nothing more expected -=20
 >=1F=C2=8B=08=00=00=00=00=00=00=00=C2=AC=C3=BD=01xZ=C3=B5=C3=99=C3=87=0F=C2=
=93=C2=84&$

Loading map.2754.sgz


In looking I had loaded

Published version: 3.8b5-64
Created: 28 December 2005 12:06:35 am
Release note:

However given the fact I can't load squeakmap perhaps there is an =20
issue with the server?
Mmm load

Name:		VMMaker
Version:		3.8b5-64B (r11)
Created:		31 December 2005 1:10:16 am
Updated:	13 January 2006 3:01:07 am

overtop of an existing one.
and I see this, you'll need to talk to Tim, I don't recall requesting =20=

any changes.
You might want to cross check the changes between 3.8b5-64B versus =20
3.8b5-64
since as you see it's broken... I had added the VMENDIANNESS by hand =20
earlier in the month


primitiveMPEG3EndOfVideo: fileHandle stream: aNumber
	| file result |

	"int mpeg3_end_of_video(mpeg3_t *file, int stream)"
	self var: #file type: ''.
	self primitive: 'primitiveMPEG3EndOfVideo'
		parameters: #(Oop SmallInteger).

	file :=3D self mpeg3tValueOf: fileHandle.
	file =3D nil ifTrue: [^0].
	aNumber < 0 ifTrue: [interpreterProxy success: false. ^nil].
	aNumber >=3D (self cCode: 'result =3D =
mpeg3_total_vstreams(file)') =20
ifTrue: [
		interpreterProxy success: false.  ^0 ].


	self cCode: 'result =3D mpeg3_end_of_video(file,aNumber)'.
	^result asOop: Boolean




On 25-Mar-06, at 9:08 PM, Andreas Raab wrote:

> Here is another one:
>
>   Mpeg3Plugin.c: In function `primitiveMPEG3Open':
>   Mpeg3Plugin.c:724: too few arguments to function `mpeg3_open'
>
> primitiveMPEG3Open usen "mpeg3_open(storage)" but libmpeg.h only =20
> declares "mpeg3_open(char*path, int size)"
>
> Any ideas?
>
> Cheers,
>   - Andreas

--
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=3D=3D=3D
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=3D=3D=3D




More information about the Vm-dev mailing list