]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/argo.c
avfilter: Remove deprecated resample_lavr_opts
[ffmpeg] / libavcodec / argo.c
index 6b4d449935e70fde68360ca5aa64b0464ab2941b..7358d102e3254cf02a022852670529977a2ebbe3 100644 (file)
@@ -565,7 +565,7 @@ static int decode_rle(AVCodecContext *avctx, AVFrame *frame)
     GetByteContext *gb = &s->gb;
     const int w = frame->width;
     const int h = frame->height;
-    const int l = frame->linesize[0] / 4;
+    const int l = frame->linesize[0];
     uint8_t *dst = frame->data[0];
     int pos = 0, y = 0;