X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fflicvideo.c;h=9e35f48e4c1af2484856e2ea275a1a54a48f3ebb;hb=2dc9bcad7d57f70181ffa5c1804d1426afb50346;hp=eb70249ef7f5feb46c130b964ff64958367acf4b;hpb=41bdef1d39584727c9deaa42b86d085138098231;p=ffmpeg diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index eb70249ef7f..9e35f48e4c1 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -787,7 +787,7 @@ static int flic_decode_frame(AVCodecContext *avctx, /* the finite set of possibilites allowable by here. */ /* But in case we do, just error out. */ av_log(avctx, AV_LOG_ERROR, "Unknown FLC format, my science cannot explain how this happened.\n"); - return AVERROR_INVALIDDATA; + return AVERROR_BUG; }