<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi John<br>
<br>
You might need to disable this check in your compiler. I believe the
Microsoft VC++ compiler behaves like that, so you either need to
rewrite the code or disable the checking.<br>
If I recall correctly, the problem is that in C99 standard, all
variables need to be declared at the beginning of a function, so the
warning is probably caused by defining a variable in the middle of a
function.<br>
<br>
I don't know the exact feature/sytax to disable the error right now,
but this shouldnt be too hard to find out.<br>
<br>
HTH<br>
Regards,<br>
Stefan<br>
<br>
<br>
Am 20:59, schrieb 樊云鹏:
<blockquote
 cite="mid:%3CAANLkTinvieTeQqK9S7DFO-_qDM3f438vaXp4pm6bgUff@mail.gmail.com%3E"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Hi,<br>
  <br>
When I encoded an uncompressed yuv4mpeg2 stream(example.y4m) using
encoder_example_static.exe, I encountered an error, "Run-Time Check
Failure #3-The variable 'sb_full' is being used without being defined."
How to solve this problem?<br>
  <br>
And what's the differences between the static program and the dynamic?<br>
  <br>
Best regards<br>
John.Fan
</blockquote>
</body>
</html>