[FFmpeg-cvslog] avcodec/interplayvideo: return void

Paul B Mahol git at videolan.org
Wed Jun 28 18:19:24 EEST 2017


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Jun 28 17:18:13 2017 +0200| [c1d1274bfc5672e37e2192f15be6a318ee7bb955] | committer: Paul B Mahol

avcodec/interplayvideo: return void

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1d1274bfc5672e37e2192f15be6a318ee7bb955
---

 libavcodec/interplayvideo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c
index 8ccd20019f..9094ad6ae3 100644
--- a/libavcodec/interplayvideo.c
+++ b/libavcodec/interplayvideo.c
@@ -1070,7 +1070,7 @@ static void ipvideo_decode_format_10_opcodes(IpvideoContext *s, AVFrame *frame)
                     break;
                 }
                 if (bytestream2_get_bytes_left(&skip_map_ptr) < 2)
-                    return AVERROR_INVALIDDATA;
+                    return;
                 skip = bytestream2_get_le16(&skip_map_ptr);
             }
 



More information about the ffmpeg-cvslog mailing list