search for: th_info2theora_info

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

2008 Jan 07
0
uninitialised theora_info values
...lue(s) ==15878== at 0x40324C0: theora_encode_init (in /home/conrad/src/xiph.org/theora/lib/.libs/libtheoraenc.so.1.0.0) ---- + Clearing theora_info struct ... ---- + Freeing encoder context ... PASS: noop Tracing this through, the theora_info structure seen by theora_encode_init is created by th_info2theora_info in encapiwrapper.c. This in turn does not set the following members of the theora_info struct it creates: /* decode */ _ci->codec_setup /* encode */ _ci->quick_p _ci->dropframes_p _ci->keyframe_auto_p _ci->keyframe_frequency _ci->keyframe_data_target_bitrate _c...