Commit b4dfb18e authored by diego's avatar diego

Replace manual setting of the removed av_log_level variable by the

corresponding call to av_log_set_level().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18310 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 018069c7
......@@ -249,7 +249,7 @@ int main(int argc, char *argv[]) {
long tmp[LZO1X_MEM_COMPRESS];
int inlen, outlen;
int i;
av_log_level = AV_LOG_DEBUG;
av_log_set_level(AV_LOG_DEBUG);
lzo1x_999_compress(orig, s, comp, &clen, tmp);
for (i = 0; i < 300; i++) {
START_TIMER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment