Log in

View Full Version : DGDecode_mpeg2source vs mpeg2source


Moti172
8th April 2007, 20:52
Hi

Is there a different between the syntax used in megui
"DGDecode_mpeg2source(XXXX)" and the "regular" syntax "mpeg2source(XXXX)" ???

Thanks

Adub
8th April 2007, 21:16
Not really, with Mpeg2source you still have to include the plugin call for DGdecode.
With DGDecode_mpeg2source(), it just saves you the step of LoadPlugin("...DGDecode.dll")
Mpeg2source("....")

Moti172
9th April 2007, 15:14
Thanks