Replace manual setting of the removed av_log_level variable by the
corresponding call to av_log_set_level(). Originally committed as revision 18310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
da425800ee
commit
82a6ef2089
@ -249,7 +249,7 @@ int main(int argc, char *argv[]) {
|
|||||||
long tmp[LZO1X_MEM_COMPRESS];
|
long tmp[LZO1X_MEM_COMPRESS];
|
||||||
int inlen, outlen;
|
int inlen, outlen;
|
||||||
int i;
|
int i;
|
||||||
av_log_level = AV_LOG_DEBUG;
|
av_log_set_level(AV_LOG_DEBUG);
|
||||||
lzo1x_999_compress(orig, s, comp, &clen, tmp);
|
lzo1x_999_compress(orig, s, comp, &clen, tmp);
|
||||||
for (i = 0; i < 300; i++) {
|
for (i = 0; i < 300; i++) {
|
||||||
START_TIMER
|
START_TIMER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user