MPEG3Plugin problem

Andreas Raab andreas.raab at gmx.de
Sun Mar 26 04:11:09 UTC 2006


Hi Guys -

Looks like a declaration in MPEG3Plugin is screwed up:

MPEG3Plugin>>primitiveMPEG3EndOfVideo: fileHandle stream: aNumber
	| file result |

	"int mpeg3_end_of_video(mpeg3_t *file, int stream)"
	self var: #file type: ''.

translates to:

EXPORT(sqInt) primitiveMPEG3EndOfVideo(void) {
	 file;

which (for the obvious reasons) doesn't work. Can somebody provide a 
quick fix?

Thanks,
   - Andreas



More information about the Vm-dev mailing list