diff options
Diffstat (limited to 'libavcodec/wnv1.c')
-rw-r--r-- | libavcodec/wnv1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c index dd72938830..f7609af637 100644 --- a/libavcodec/wnv1.c +++ b/libavcodec/wnv1.c @@ -82,7 +82,6 @@ static int decode_frame(AVCodecContext *avctx, } if ((ret = ff_get_buffer(avctx, p, 0)) < 0) { - av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n"); av_free(rbuf); return ret; } |