]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/alsdec.c
lagarith: check count before writing zeros.
[ffmpeg] / libavcodec / alsdec.c
index dce76b0a718b1f3f5791ff2cfc6472bc38a133ee..1c3f0cbdb5a5d6e399b1dae073a881e42c232e46 100644 (file)
@@ -1453,7 +1453,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
         ctx->cur_frame_length = sconf->frame_length;
 
     // decode the frame data
-    if ((invalid_frame = read_frame_data(ctx, ra_frame) < 0))
+    if ((invalid_frame = read_frame_data(ctx, ra_frame)) < 0)
         av_log(ctx->avctx, AV_LOG_WARNING,
                "Reading frame data failed. Skipping RA unit.\n");