]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cinepak.c
hpel_motion_search: move code used for asserts under correct #if
[ffmpeg] / libavcodec / cinepak.c
index 9c6d2901736efbb5d6841362795f47eb6090ec50..b323da4741156558611c3cccacaf4f28936b07bd 100644 (file)
@@ -334,7 +334,7 @@ static int cinepak_decode (CinepakContext *s)
     if (s->sega_film_skip_bytes == -1) {
         if (!encoded_buf_size) {
             av_log_ask_for_sample(s->avctx, "encoded_buf_size is 0");
-            return AVERROR_INVALIDDATA;
+            return AVERROR_PATCHWELCOME;
         }
         if (encoded_buf_size != s->size && (s->size % encoded_buf_size) != 0) {
             /* If the encoded frame size differs from the frame size as indicated