On 03/01/14 15:07, Anton Khirnov wrote:
> The decoder currently sets CODEC_FLAG_EMU_EDGE and relies on
> get_buffer2() to always provide buffers with linesize == 2 * width.
> This is wrong, since we place no such restriction on get_buffer2()
> implementations.
> 
> Fix this by decoding into internal buffers and copying them to output
> frames. Since this is a very obscure decoder, the performance hit should
> not be an issue.
> ---
>  libavcodec/kgv1dec.c |   40 ++++++++++++++++++++++------------------
>  1 file changed, 22 insertions(+), 18 deletions(-)
> 

As for 4xm.

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to