search for: keyframe_

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

Did you mean: keyframe
2008 Jan 07
0
uninitialised theora_info values
..., 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 _ci->keyframe_auto_threshold _ci->keyframe_mindistance _ci->noise_sensitivity _ci->sharpness The values of some of these are subsequently used by theora_encode_init, hence the errors from valgrind. It see...