[theora] Seek problem 2 - reinitialization of the decoder
Ralph Giles
giles at xiph.org
Thu Apr 12 10:41:51 PDT 2007
On Tue, Apr 03, 2007 at 01:51:09PM +0200, Bo Thorsen wrote:
> Unfortunately, the theora_packet_iskeyframe() fails about 5% of the times.
theora_packet_iskeyframe() can't fail. It returns -1 if it doesn't
recognize the packet, but otherwise it just looks for the bit flag
in the packet. The problem must lie elsewhere.
How do you know it's failing?
-r
More information about the theora
mailing list