---
libavcodec/rangecoder.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavcodec/rangecoder.c b/libavcodec/rangecoder.c
index 1786a68..b9095ba 100644
--- a/libavcodec/rangecoder.c
+++ b/libavcodec/rangecoder.c
@@ -115,6 +115,7 @@ int ff_rac_terminate(RangeCoder *c)
#define SIZE 10240
#include "libavutil/lfg.h"
+#include "libavutil/log.h"
int main(void)
{
@@ -146,7 +147,7 @@ int main(void)
for (i = 0; i < SIZE; i++)
if ((r[i] & 1) != get_rac(&c, state))
- av_log(NULL, AV_LOG_DEBUG, "rac failure at %d\n", i);
+ av_log(NULL, AV_LOG_ERROR, "rac failure at %d\n", i);
return 0;
}
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel