LGTM On 9/21/19, Michael Niedermayer <[email protected]> wrote: > Signed-off-by: Michael Niedermayer <[email protected]> > --- > libavcodec/sunrast.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c > index 0af5626e35..883421202a 100644 > --- a/libavcodec/sunrast.c > +++ b/libavcodec/sunrast.c > @@ -72,7 +72,7 @@ static int sunrast_decode_frame(AVCodecContext *avctx, > void *data, > > if (type == RT_FORMAT_TIFF || type == RT_FORMAT_IFF) { > av_log(avctx, AV_LOG_ERROR, "unsupported (compression) type\n"); > - return -1; > + return AVERROR_PATCHWELCOME; > } > > switch (depth) { > -- > 2.23.0 > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
