intonormal / pyffmpeg

Automatically exported from code.google.com/p/pyffmpeg
1 stars 0 forks source link

An error in the usage examples. #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
on http://code.google.com/p/pyffmpeg/#Usage_Examples :
> ## create the reader object
> mp=FFMpegReader()

That is wrong -- instead, "mp = pyffmpeg.FFMpegReader()" would run correctly.

Original issue reported on code.google.com by w3c...@gmail.com on 4 Jan 2011 at 3:56

GoogleCodeExporter commented 8 years ago
OK, thanks for the info. This fixed.

Original comment by bertrand...@gmail.com on 12 Jan 2011 at 12:40