Closed GoogleCodeExporter closed 9 years ago
There is no "bug", the decoder is just not designed for low latency operations.
Every decoder has a certain delay, since a codec like H.264 is not as simple as
one frame in, one frame out, you have to store frames for reference purposes
and re-order frames, which just takes a few to work with.
These rules are a bit more strict with hardware decoding, as the hardware
decoders like to crash if something unexpected happens.
Original comment by h.lepp...@gmail.com
on 17 May 2014 at 6:24
Original issue reported on code.google.com by
wddfddf2...@gmail.com
on 17 May 2014 at 4:05