mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
range coder test code: decoding errors are av_log_error not debug.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
21fdf1ccf0
commit
0dfcd7e7e3
@ -148,7 +148,7 @@ STOP_TIMER("put_rac")
|
||||
for(i=0; i<SIZE; i++){
|
||||
START_TIMER
|
||||
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);
|
||||
STOP_TIMER("get_rac")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user