rbash88 / pyffmpeg

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

Type mismatch for GetFrameTime #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pyrex 0.9.6.4
2. checkout trunk at revision 5
3. fix pyffmpeg.pyx path in setup.py
4. pythons setup.py build_ext

What is the expected output? What do you see instead?

Pyrex compilation fails with the following error:
pyffmpeg.pyx:586:24: Cannot assign type 'float' to 'pyffmpeg.int64_t'

What version of the product are you using? On what operating system?

Trunk at revision 5, ubuntu 8.04

Please provide any additional information below.

I've managed to compile pyffmpeg with the attached patch.

Original issue reported on code.google.com by lmancin...@gmail.com on 22 Jul 2008 at 9:14

Attachments:

GoogleCodeExporter commented 8 years ago
GetFrameTime from the PyFFmpeg version 1.0 interface is missing - has to be 
added again

Original comment by martin.h...@gmail.com on 17 Mar 2011 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by martin.h...@gmail.com on 17 Mar 2011 at 8:50