Displaying 1 result from an estimated 1 matches for "transformquantizeblock".
2005 Aug 03
1
linking, exported symbols
...bits of
code, one of which is PIL (Python Imaging Library), which also has
chunks implemented in native code.
When I run this, I get a crash in libtheora, the top of the stacktrace
looking like:
#0 0xb6a71bbf in quantize ()
from /usr/lib/python2.4/site-packages/PIL/_imaging.so
#1 0xb6906fcd in TransformQuantizeBlock () from /usr/lib/libtheora.so.0
#2 0xb69073ab in TransformQuantizeBlock () from /usr/lib/libtheora.so.0
#3 0xb6907830 in EncodeData () from /usr/lib/libtheora.so.0
#4 0xb6909cef in WriteFrameHeader () from /usr/lib/libtheora.so.0
#5 0xb690aaf1 in theora_encode_YUVin () from /usr/lib/libtheora.s...