OSDN Git Service

nuv: Fix combination of size changes and LZO compression.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 5 Nov 2011 21:34:09 +0000 (22:34 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 5 Nov 2011 22:52:23 +0000 (23:52 +0100)
commit95e1dfee76c9ecdf70037b7e792897bc6e3d460b
treebf907fd3d9270e109b79ee1ca08bc050939a89a8
parent6f3ebcc320d87e60f738f6cd3ff322c1716c3a93
nuv: Fix combination of size changes and LZO compression.

There were multiple issues, for example might we have to re-run
the decompression when the size of the buffer increased,
we should always use a decompression buffer large enough for
the header (so we do not get stuck when the size is too small).

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavcodec/nuv.c