<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 2, 2015 at 6:21 PM, Ratin <span dir="ltr"><<a href="mailto:ratin3@gmail.com" target="_blank">ratin3@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">While searching for goto across whole ffmpeg codebase resulted in 3253<br>
instances (with goto statement) were found. How reliable is goto statements<br>
when it comes to multi-threaded apps? I was under the impression its pretty<br>
risky to use.</blockquote><div><br></div><div>That's utter nonsense. Besides, most gotos are used for error handling which is a widely accepted use of goto.</div><div><br></div><div>Ronald</div></div></div></div>