X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frscc.c;h=f13706cd757b5b6287092582fa3f268ee8fd1720;hb=fb5c9be82ea870fd0a7643214ebf8728d8e29991;hp=d01f05c022eea532dba8777493776b7ae47e1a19;hpb=5a45f4d2b74b93997c28a3238b8f55fa628158b5;p=ffmpeg diff --git a/libavcodec/rscc.c b/libavcodec/rscc.c index d01f05c022e..f13706cd757 100644 --- a/libavcodec/rscc.c +++ b/libavcodec/rscc.c @@ -324,6 +324,7 @@ static int rscc_decode_frame(AVCodecContext *avctx, void *data, } *got_frame = 1; + ret = avpkt->size; end: av_free(inflated_tiles); return ret;