On 18/01/14 14:38, Kostya Shishkov wrote:
> ---
> libavcodec/dxtory.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c
> index a66ffec..8490722 100644
> --- a/libavcodec/dxtory.c
> +++ b/libavcodec/dxtory.c
> @@ -135,7 +135,7 @@ static int dxtory_decode_v2(AVCodecContext *avctx,
> AVFrame *pic,
> if (!nslices || avctx->height % nslices) {
> avpriv_request_sample(avctx, "%d slices for %dx%d", nslices,
> avctx->width, avctx->height);
> - return AVERROR(ENOSYS);
> + return AVERROR_PATCHWELCOME;
> }
>
> ref_slice_height = avctx->height / nslices;
>
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel