search for: _theora_encode_yuvin

Displaying 1 result from an estimated 1 matches for "_theora_encode_yuvin".

Did you mean: theora_encode_yuvin
2004 Oct 09
3
Encoder not linking on win32?
...ry minor changes to my code so it'd compile (change casting from signed to unsigned chars in a couple places) 6) Linked my application and it failed to find the following functions: _theora_encode_tables _theora_encode_comment _theora_encode_header _theora_encode_init _theora_encode_packetout _theora_encode_YUVin _theora_encoder_clear referenced in function _theora_clear For some reason all the unlinkable functions have underscore prefixes, even though my code has none. Were any changes made to the encoding function prototypes since 1.0a3? Thanks, I'm really eager to try out the new code! -david