<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
when I see compiler directive in code (like below eaxample) I am reading how do I know what code I am running?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="">
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4509</span> <span class="preprocessor" style="color:rgb(128, 96, 32)">#if FF_API_LAVF_AVCTX</span></div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4510</span> <a class="code" href="http://ffmpeg.org/doxygen/trunk/libavutil_2internal_8h.html#a5837cafc419c2b5ecdb1dfa330675d13" style="color:rgb(70, 101, 162);font-weight:normal">FF_DISABLE_DEPRECATION_WARNINGS</a></div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4511</span>     st->codec =
<a class="code" href="http://ffmpeg.org/doxygen/trunk/group__lavc__core.html#gae80afec6f26df6607eaacf39b561c315" style="color:rgb(70, 101, 162);font-weight:normal">
avcodec_alloc_context3</a>(c);</div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4512</span>     <span class="keywordflow" style="color:rgb(224, 128, 0)">if</span> (!st->codec)
 {</div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4513</span>         <a class="code" href="http://ffmpeg.org/doxygen/trunk/tableprint__vlc_8h.html#a079eab092887563f2bef9106c6120089" style="color:rgb(70, 101, 162);font-weight:normal">av_free</a>(st);</div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4514</span>         <span class="keywordflow" style="color:rgb(224, 128, 0)">return</span> <a class="code" href="http://ffmpeg.org/doxygen/trunk/coverity_8c.html#a070d2ce7b6bb7e5c05602aa8c308d0c4" style="color:rgb(70, 101, 162);font-weight:normal">NULL</a>;</div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4515</span>     }</div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4516</span> <a class="code" href="http://ffmpeg.org/doxygen/trunk/libavutil_2internal_8h.html#aa6ef004d10669ab4ee062367a014ea33" style="color:rgb(70, 101, 162);font-weight:normal">FF_ENABLE_DEPRECATION_WARNINGS</a></div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<a style="color:rgb(61, 87, 140);font-weight:normal"></a><span class="lineno" style="padding-right:4px;text-align:right;border-right:2px solid rgb(0, 255, 0);background-color:rgb(232, 232, 232)"> 4517</span> <span class="preprocessor" style="color:rgb(128, 96, 32)">#endif</span></div>
<div class="line" style="color: rgb(0, 0, 0); font: 400 13px / 1 monospace, fixed; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; text-align: right;"><br>
</span></div>
<div class="line" style="text-align: start; font-style: normal; font-variant: normal; font-weight: 400; font-stretch: normal; line-height: 1; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<span style="text-align: right; font-size: 13px;"><font color="#806020" face="monospace, fixed">thanks</font></span></div>
<div class="line" style="text-align: start; font-style: normal; font-variant: normal; font-weight: 400; font-stretch: normal; line-height: 1; min-height: 13px; overflow-wrap: break-word; text-indent: -53px; padding-left: 53px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s;">
<span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; text-align: right;">William   </span></div>
</div>
</body>
</html>