Repository URL to install this package:
|
Version:
8:3.0.2-1ubuntu3 ▾
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>FFmpeg: libavcodec/version.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">FFmpeg
 <span id="projectnumber">3.0.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_3b1f69f89eda39a44baf4887988d54a7.html">libavcodec</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">version.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="libavcodec_2version_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * This file is part of FFmpeg.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * FFmpeg is free software; you can redistribute it and/or</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * License as published by the Free Software Foundation; either</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * FFmpeg is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * License along with FFmpeg; if not, write to the Free Software</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef AVCODEC_VERSION_H</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"></span><span class="preprocessor">#define AVCODEC_VERSION_H</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"></span><span class="comment"></span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">/**</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * @file</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * @ingroup libavc</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * Libavcodec version macros.</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include "<a class="code" href="libavutil_2version_8h.html">libavutil/version.h</a>"</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ab85a906b062b0a195ad772d45727bccf"> 31</a></span> <span class="preprocessor">#define LIBAVCODEC_VERSION_MAJOR 57</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a8d558ad554257a0494011aacaaf31a41"> 32</a></span> <span class="preprocessor"></span><span class="preprocessor">#define LIBAVCODEC_VERSION_MINOR 24</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a349065c37bb01cc0f6fa50cec5f473ff"> 33</a></span> <span class="preprocessor"></span><span class="preprocessor">#define LIBAVCODEC_VERSION_MICRO 102</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ad8d9b9b7aa647085f3888824fd4dd344"> 35</a></span> <span class="preprocessor">#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor"> LIBAVCODEC_VERSION_MINOR, \</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor"> LIBAVCODEC_VERSION_MICRO)</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a55515b11c0bfa1d7cc220be23f11c3e7"> 38</a></span> <span class="preprocessor"></span><span class="preprocessor">#define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor"> LIBAVCODEC_VERSION_MINOR, \</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor"> LIBAVCODEC_VERSION_MICRO)</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a8501a164666d65c3b2dbb3b9e5adb818"> 41</a></span> <span class="preprocessor"></span><span class="preprocessor">#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a391ab92645796653bdc9eed09e1f8e0b"> 43</a></span> <span class="preprocessor">#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor"></span><span class="comment"></span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">/**</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment"> * FF_API_* defines may be placed below to indicate public API that will be</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment"> * dropped at a future version bump. The defines themselves are not part of</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment"> * the public API and may change, break or disappear at any time.</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment"> * @note, when bumping the major version it is recommended to manually</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment"> * disable each FF_API_* in its own commit instead of disabling them all</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> * at once through the bump. This improves the git bisect-ability of the change.</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#ifndef FF_API_VIMA_DECODER</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ace27c67e7ebc0ca90c695a78cd7e0246"> 56</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AUDIO_CONVERT</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a6fb647875360e125938def139bf8e15b"> 59</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AVCODEC_RESAMPLE</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#adbe32c05a68a2e11afecedb241b963a7"> 62</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_GETCHROMA</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a34f678ea0b4f517efdcb6b17c6045295"> 65</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_GETCHROMA (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_MISSING_SAMPLE</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#aa1985dfc741bf0229ec06a800a8ec7c6"> 68</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_MISSING_SAMPLE (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_LOWRES</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ae80bdcd19838505936ff8b1375bed1c2"> 71</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_CAP_VDPAU</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a1355287109a7ef6248603670c9541383"> 74</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_CAP_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_BUFS_VDPAU</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a366e411df161dc1c1566530e80626783"> 77</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_BUFS_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_VOXWARE</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a52b775b4e8dbcb47344cc8d421e84909"> 80</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_VOXWARE (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_SET_DIMENSIONS</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a75564d698ec7a0ea759464c882b044e0"> 83</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_SET_DIMENSIONS (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_DEBUG_MV</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#abd910e02b1c8e616df228b856bf99cdf"> 86</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AC_VLC</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a78e73d4c43346f6675102a6891c2c9a9"> 89</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AC_VLC (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_OLD_MSMPEG4</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a9d528628184e2461f6221866b6663736"> 92</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_OLD_MSMPEG4 (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_ASPECT_EXTENDED</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a56873aa68fd1498c858120d3dbabf1b5"> 95</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_ASPECT_EXTENDED (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_ARCH_ALPHA</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ab82c238facd646f8ded80712969e9d93"> 98</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_ARCH_ALPHA (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_XVMC</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a0547810db3c87faf710788351d80aa22"> 101</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_XVMC (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_ERROR_RATE</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a74dfac5655ca1dd78bcf966c021d20a3"> 104</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_ERROR_RATE (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_QSCALE_TYPE</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a0094fa2cbe4e83900d9a6a7c8f4555cf"> 107</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_QSCALE_TYPE (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_MB_TYPE</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a1ec90edd68ed95309d5295335d551cb4"> 110</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_MB_TYPE (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_MAX_BFRAMES</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a79b8b1fee6cf448066841b4ab0e13276"> 113</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_MAX_BFRAMES (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_NEG_LINESIZES</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#aef3fa9b2f15a01b58194e05b0591521c"> 116</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_NEG_LINESIZES (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_EMU_EDGE</span></div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a6966f819fda0442cd950bbddd3c3b49c"> 119</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_EMU_EDGE (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_ARCH_SH4</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a57adca88abf97a434c2863e273f940fa"> 122</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_ARCH_SH4 (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_ARCH_SPARC</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a69eb5d2f2e84f3e61d260e2f621488ef"> 125</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_ARCH_SPARC (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_UNUSED_MEMBERS</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a26bf6d2b3e4351d99cc08d90328b39c6"> 128</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_IDCT_XVIDMMX</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a3d27c01eca8116f89ea537df28e9c0e8"> 131</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_INPUT_PRESERVED</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a0e713a881e162632816fa3b3157402a7"> 134</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_NORMALIZE_AQP</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a79398aa8060a2e05856762690cb32765"> 137</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_NORMALIZE_AQP (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_GMC</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a40876271f26e47dd7e4f55b4db95f90a"> 140</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_GMC (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_MV0</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a13b15dda4be98eb933e4bb31615c2333"> 143</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_MV0 (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_CODEC_NAME</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#aae6426d0313b3169d719edb8f9b7f333"> 146</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_CODEC_NAME (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AFD</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a9ab54f7686df08ceac5334dc189a79c5"> 149</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_VISMV</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="preprocessor"></span><span class="comment">/* XXX: don't forget to drop the -vismv documentation */</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#aa34fe3f5abf55029779a80a5e13b4409"> 153</a></span> <span class="preprocessor">#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AUDIOENC_DELAY</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a6aa17a24e960466db56a81646fc60fe8"> 156</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_VAAPI_CONTEXT</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a84ceb0c6468464354189c028e2b5bdf7"> 159</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_VAAPI_CONTEXT (LIBAVCODEC_VERSION_MAJOR < 58)</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AVCTX_TIMEBASE</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a551a470e948a7818da9c7b869ea12518"> 162</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_MPV_OPT</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ab2dac1e38c53f5ca69b28c0cca0f6391"> 165</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_STREAM_CODEC_TAG</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#aaf74dffe9edff178070254034f08a198"> 168</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_QUANT_BIAS</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#af54335d5e3fb1219682937ebe547cdfc"> 171</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_QUANT_BIAS (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_RC_STRATEGY</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ae82fae851006c1f3f83a3e66bf56e4ed"> 174</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_RC_STRATEGY (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_CODED_FRAME</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a594817fb8f1a57c113c9af9e342676e7"> 177</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_CODED_FRAME (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_MOTION_EST</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a6b8e80037416988f29b56e8f3522e032"> 180</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_MOTION_EST (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_WITHOUT_PREFIX</span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a03d5d4c1d872c8c2963d6b54ac9ac2b6"> 183</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_WITHOUT_PREFIX (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_SIDEDATA_ONLY_PKT</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a798e8f28c135b069b06ffd93c181bae0"> 186</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_SIDEDATA_ONLY_PKT (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_VDPAU_PROFILE</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a7e85db8051887effb26481e38e8e943b"> 189</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_VDPAU_PROFILE (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_CONVERGENCE_DURATION</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a8202df90aba906b996d6f57a6bb5730d"> 192</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_CONVERGENCE_DURATION (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AVPICTURE</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a308df6c69e507a9a3eb786684fab515b"> 195</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AVPICTURE (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_AVPACKET_OLD_API</span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#af75a28262f4ca7121fb100e117cad90c"> 198</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_AVPACKET_OLD_API (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_RTP_CALLBACK</span></div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a357efdc98acc6f47dce504711e4052de"> 201</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_RTP_CALLBACK (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_VBV_DELAY</span></div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#aebe7a2637e0d60e5b3b4274a38cf86b0"> 204</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_VBV_DELAY (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_CODER_TYPE</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a6299b8f0dde519f30b1f8aba6c2f6cd4"> 207</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_CODER_TYPE (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_STAT_BITS</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#a743daafb1d0d97fd0abdd47bb72930fc"> 210</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_STAT_BITS (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span> <span class="preprocessor"></span><span class="preprocessor">#ifndef FF_API_PRIVATE_OPT</span></div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="libavcodec_2version_8h.html#ab0ffa8cf003e74d30caff6de77ae5f4a"> 213</a></span> <span class="preprocessor"></span><span class="preprocessor">#define FF_API_PRIVATE_OPT (LIBAVCODEC_VERSION_MAJOR < 59)</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span> <span class="preprocessor">#endif </span><span class="comment">/* AVCODEC_VERSION_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="libavutil_2version_8h_html"><div class="ttname"><a href="libavutil_2version_8h.html">version.h</a></div><div class="ttdoc">Libavutil version macros. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>