]> git.sesse.net Git - ffmpeg/commitdiff
Clean up error message
authorVitor Sessak <vitor1001@gmail.com>
Mon, 30 Jun 2008 18:39:11 +0000 (18:39 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Mon, 30 Jun 2008 18:39:11 +0000 (18:39 +0000)
Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra288.c

index 831b34638f6f352fe6a728a50416e85dcf544910..4f77ada45b0785ea0211a85434e86dbf834126c6 100644 (file)
@@ -251,7 +251,7 @@ static int ra288_decode_frame(AVCodecContext * avctx, void *data,
 
     if (buf_size < avctx->block_align) {
         av_log(avctx, AV_LOG_ERROR,
-               "ffra288: Error! Input buffer is too small [%d<%d]\n",
+               "Error! Input buffer is too small [%d<%d]\n",
                buf_size, avctx->block_align);
         return 0;
     }