]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flicvideo.c
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
[ffmpeg] / libavcodec / flicvideo.c
index eb70249ef7f5feb46c130b964ff64958367acf4b..9e35f48e4c1af2484856e2ea275a1a54a48f3ebb 100644 (file)
@@ -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;
 }