search for: m_td

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

Did you mean: m_id
2004 Oct 02
2
Theora decode problem
...ys be 1 m_ti.keyframe_auto_p=1; m_ti.keyframe_frequency=64; m_ti.keyframe_frequency_force=64; m_ti.keyframe_data_target_bitrate=(ogg_uint32_t)(m_ti.target_bitrate*1.5 ); m_ti.keyframe_auto_threshold=80; m_ti.keyframe_mindistance=8; m_ti.noise_sensitivity=1; theora_encode_init(&m_td,&m_ti); theora_info_clear(&m_ti); Here is my decrypt init. Since I can join the stream of theora packets (enclosed in ogg packets) at any time, I don't get headers, but I know what format I'm sending them in anyway since I'm the one sending them in the first place. theor...