Displaying 1 result from an estimated 1 matches for "theroa_encode_tables".
Did you mean:
theora_encode_tables
2004 Aug 02
1
Theroa Guess Confirmation
...num bits per Y component
3) "theora_encode_header" must be called exactly once, and its output
must be the first packet received by a Theora decoder
4) "theora_encode_comment" need never be called, but can be called at
any time, and its packet can be inserted anwhere
5) "theroa_encode_tables" must be called exactly once, and its output
must be the first non-comment packet after the header
6) "theora_encode_YUVin" must be called once per frame, and its output
added to the stream in a sequential manner
7) Theora can tolerate any number of "dropped packets", so...