/usr/share/doc/ffmpeg/api/deprecated.html is in ffmpeg-doc 7:2.8.6-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | <!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.11"/>
<title>FFmpeg: Deprecated List</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/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">FFmpeg
 <span id="projectnumber">2.8.6</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<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 class="current"><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><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>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000001"></a>File <a class="el" href="asrc__abuffer_8h.html">asrc_abuffer.h</a> </dt>
<dd>use <a class="el" href="buffersrc_8h.html" title="Memory buffer source API. ">buffersrc.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Global <a class="el" href="asrc__abuffer_8h.html#a207dfc354f772e30b4eebee96700663f">av_asrc_buffer_add_audio_buffer_ref</a> (<a class="el" href="structAVFilterContext.html" title="An instance of a filter. ">AVFilterContext</a> *abuffersrc, AVFilterBufferRef *samplesref, int av_unused flags)</dt>
<dd>use av_buffersrc_add_ref() instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="asrc__abuffer_8h.html#ad0b9c4da2a9b377779455c4679ff1ffc">av_asrc_buffer_add_buffer</a> (<a class="el" href="structAVFilterContext.html" title="An instance of a filter. ">AVFilterContext</a> *abuffersrc, uint8_t *buf, int buf_size, int sample_rate, int sample_fmt, int64_t ch_layout, int planar, int64_t pts, int av_unused flags)</dt>
<dd>use av_buffersrc_add_ref() instead. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="asrc__abuffer_8h.html#ab578e71ee3f3895d709c08571df1e2ba">av_asrc_buffer_add_samples</a> (<a class="el" href="structAVFilterContext.html" title="An instance of a filter. ">AVFilterContext</a> *abuffersrc, uint8_t *data[8], int linesize[8], int nb_samples, int sample_rate, int sample_fmt, int64_t ch_layout, int planar, int64_t pts, int av_unused flags)</dt>
<dd>use av_buffersrc_add_ref() instead. </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Global <a class="el" href="group__lavc__packet.html#ga7582daad8c59bb6e5df39db6f9881d97">av_destruct_packet</a> (<a class="el" href="structAVPacket.html" title="This structure stores compressed data. ">AVPacket</a> *pkt)</dt>
<dd>use the AVBuffer API instead </dd>
<dt><a class="anchor" id="_deprecated000054"></a>Global <a class="el" href="group__lavu__log.html#ga793c07676246a541ca1cb910df880cdd">av_dlog</a> (pctx,...)</dt>
<dd>unused Useful to print debug messages that shouldn't get compiled in normally. </dd>
<dt><a class="anchor" id="_deprecated000027"></a>Global <a class="el" href="group__lavc__misc.html#ga90d24e73ca8633fc9e42c4bf2faf7923">av_log_ask_for_sample</a> (void *avc, const char *msg,...) av_printf_format(2</dt>
<dd>Use avpriv_request_sample() instead. </dd>
<dt><a class="anchor" id="_deprecated000026"></a>Global <a class="el" href="group__lavc__misc.html#ga8df73458e977b4a0f9d8e4f1eeae47f1">av_log_missing_feature</a> (void *avc, const char *feature, int want_sample)</dt>
<dd>Use avpriv_report_missing_feature() instead. </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Global <a class="el" href="group__lavc__parsing.html#ga388e291a22ce1908b932a39c87123756">av_parser_change</a> (<a class="el" href="structAVCodecParserContext.html">AVCodecParserContext</a> *s, <a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)</dt>
<dd>use <a class="el" href="structAVBitStreamFilter.html">AVBitStreamFilter</a> </dd>
<dt><a class="anchor" id="_deprecated000056"></a>Global <a class="el" href="group__avoptions.html#gaef3d3cd17236e8a38d95c8a13031ba80">av_set_string3</a> (void *obj, const char *name, const char *val, int alloc, const <a class="el" href="structAVOption.html" title="AVOption. ">AVOption</a> **o_out)</dt>
<dd>use <a class="el" href="group__opt__set__funcs.html#ga5fd4b92bdf4f392a2847f711676a7537">av_opt_set()</a> </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Global <a class="el" href="group__lavc__decoding.html#gac552241713bbc0eae2206a75d211daf4">avcodec_decode_audio3</a> (<a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *avctx, int16_t *samples, int *frame_size_ptr, <a class="el" href="structAVPacket.html" title="This structure stores compressed data. ">AVPacket</a> *avpkt)</dt>
<dd>Use avcodec_decode_audio4 instead. </dd>
<dt><a class="anchor" id="_deprecated000019"></a>Global <a class="el" href="group__lavc__encoding.html#gaf12a9da0d33f50ff406e03572fab4763">avcodec_encode_audio</a> (<a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *avctx, uint8_t *buf, int buf_size, const short *samples)</dt>
<dd>Use avcodec_encode_audio2 instead. </dd>
<dt><a class="anchor" id="_deprecated000020"></a>Global <a class="el" href="group__lavc__encoding.html#ga22847c21918ee93a4d05f7ffb419f9a9">avcodec_encode_video</a> (<a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *avctx, uint8_t *buf, int buf_size, const <a class="el" href="structAVFrame.html" title="This structure describes decoded (raw) audio or video data. ">AVFrame</a> *pict)</dt>
<dd>use <a class="el" href="group__lavc__encoding.html#gaa2dc9e9ea2567ebb2801a08153c7306b" title="Encode a frame of video. ">avcodec_encode_video2()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000024"></a>Global <a class="el" href="group__lavc__misc__pixfmt.html#ga209703f647b87bd3f35ed97eb534fd21">avcodec_find_best_pix_fmt_of_2</a> (enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2, enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr)</dt>
<dd>see <a class="el" href="pixdesc_8h.html#a875f1e7a15d882d4cd9d38dde093939b" title="Compute what kind of losses will occur when converting from one specific pixel format to another...">av_find_best_pix_fmt_of_2()</a> </dd>
<dt><a class="anchor" id="_deprecated000016"></a>Global <a class="el" href="group__lavc__decoding.html#gaad92aaeee369795273fc6cfc6ef3b189">avcodec_get_edge_width</a> (void)</dt>
<dd>CODEC_FLAG_EMU_EDGE is deprecated, so this function is no longer needed </dd>
<dt><a class="anchor" id="_deprecated000023"></a>Global <a class="el" href="group__lavc__misc__pixfmt.html#ga838136cb54100d6afcb2f7e0377566ff">avcodec_get_pix_fmt_loss</a> (enum AVPixelFormat dst_pix_fmt, enum AVPixelFormat src_pix_fmt, int has_alpha)</dt>
<dd>see <a class="el" href="pixdesc_8h.html#a69ba6ef97543b19a15236a513e56dffe" title="Compute what kind of losses will occur when converting from one specific pixel format to another...">av_get_pix_fmt_loss()</a> </dd>
<dt><a class="anchor" id="_deprecated000025"></a>Global <a class="el" href="group__lavc__misc.html#ga4e17541c4f237465b50668d279192da8">avcodec_set_dimensions</a> (<a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *s, int width, int height)</dt>
<dd>this function is not supposed to be used from outside of lavc </dd>
<dt><a class="anchor" id="_deprecated000037"></a>Global <a class="el" href="structAVCodecContext.html#a35fa6e2ad9ceb7fb77e09ff189a90c1e">AVCodecContext::border_masking</a> </dt>
<dd>use encoder private options instead </dd>
<dt><a class="anchor" id="_deprecated000028"></a>Global <a class="el" href="structAVCodecContext.html#af06f38566db6d95d4a272f29dbf979b0">AVCodecContext::codec_name</a> [32]</dt>
<dd>this field is not used for anything in libavcodec </dd>
<dt><a class="anchor" id="_deprecated000047"></a>Global <a class="el" href="structAVCodecContext.html#a5a2bc090d586303b25c642e3315d8671">AVCodecContext::coded_frame</a> </dt>
<dd>use the quality factor packet side data instead </dd>
<dt><a class="anchor" id="_deprecated000032"></a>Global <a class="el" href="structAVCodecContext.html#a7f90bc0c9c1b7996c0955f59c846b951">AVCodecContext::dtg_active_format</a> </dt>
<dd>Deprecated in favor of AVSideData </dd>
<dt><a class="anchor" id="_deprecated000049"></a>Global <a class="el" href="structAVCodecContext.html#ae6c5c21d82ecb2dc36a9180979c81227">AVCodecContext::error_rate</a> </dt>
<dd>use the 'error_rate' private <a class="el" href="structAVOption.html" title="AVOption. ">AVOption</a> of the mpegvideo encoders </dd>
<dt><a class="anchor" id="_deprecated000039"></a>Global <a class="el" href="structAVCodecContext.html#abc3a806b73306162efa218510448d54f">AVCodecContext::get_buffer</a> )(struct <a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *c, <a class="el" href="structAVFrame.html" title="This structure describes decoded (raw) audio or video data. ">AVFrame</a> *pic)</dt>
<dd>use <a class="el" href="structAVCodecContext.html#aef79333a4c6abf1628c55d75ec82bede" title="This callback is called at the beginning of each frame to get data buffer(s) for it. ">get_buffer2()</a> </dd>
<dt><a class="anchor" id="_deprecated000034"></a>Global <a class="el" href="structAVCodecContext.html#a9d5e291b3358caee2f925da80ca2d6fa">AVCodecContext::inter_quant_bias</a> </dt>
<dd>use encoder private option instead </dd>
<dt><a class="anchor" id="_deprecated000033"></a>Global <a class="el" href="structAVCodecContext.html#aeb5939b76460b8e04a8c2118f469452e">AVCodecContext::intra_quant_bias</a> </dt>
<dd>use encoder private option instead </dd>
<dt><a class="anchor" id="_deprecated000045"></a>Global <a class="el" href="structAVCodecContext.html#a47a4e751b3102792a23cabeff3363c30">AVCodecContext::lmax</a> </dt>
<dd>use encoder private options instead </dd>
<dt><a class="anchor" id="_deprecated000044"></a>Global <a class="el" href="structAVCodecContext.html#a71028092010585f091765cd5e51f4577">AVCodecContext::lmin</a> </dt>
<dd>use encoder private options instead </dd>
<dt><a class="anchor" id="_deprecated000036"></a>Global <a class="el" href="structAVCodecContext.html#af5f0b6ac0000ae8a3af9cf63a7bfb626">AVCodecContext::mb_threshold</a> </dt>
<dd>this field is unused </dd>
<dt><a class="anchor" id="_deprecated000030"></a>Global <a class="el" href="structAVCodecContext.html#aa71b3450f1a508330e907db117ae410e">AVCodecContext::me_method</a> </dt>
<dd>use codec private options instead </dd>
<dt><a class="anchor" id="_deprecated000035"></a>Global <a class="el" href="structAVCodecContext.html#a7e47b8781df47bbe53962320d4b09481">AVCodecContext::me_threshold</a> </dt>
<dd>this field is unused </dd>
<dt><a class="anchor" id="_deprecated000050"></a>Global <a class="el" href="structAVCodecContext.html#a664ccfc97e45f52d4086759431f0c1fa">AVCodecContext::pkt</a> </dt>
<dd>this field is not supposed to be accessed from outside lavc </dd>
<dt><a class="anchor" id="_deprecated000043"></a>Global <a class="el" href="structAVCodecContext.html#aaa478883ef0cb551d87564d638a7607d">AVCodecContext::rc_buffer_aggressivity</a> </dt>
<dd>use encoder private options instead </dd>
<dt><a class="anchor" id="_deprecated000042"></a>Global <a class="el" href="structAVCodecContext.html#ab011b2f885d8666a236f0e02291350cb">AVCodecContext::rc_eq</a> </dt>
<dd>use encoder private options instead </dd>
<dt><a class="anchor" id="_deprecated000041"></a>Global <a class="el" href="structAVCodecContext.html#ae749af98eecf074e59c7a5afb402e76b">AVCodecContext::rc_qsquish</a> </dt>
<dd>use encoder private options instead </dd>
<dt><a class="anchor" id="_deprecated000031"></a>Global <a class="el" href="structAVCodecContext.html#ac9e1d5f2b87b74dc53c2ba3384a71741">AVCodecContext::rc_strategy</a> </dt>
<dd>use codec private option instead </dd>
<dt><a class="anchor" id="_deprecated000040"></a>Global <a class="el" href="structAVCodecContext.html#ac934a388c7779e800c13914ff00b6916">AVCodecContext::release_buffer</a> )(struct <a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *c, <a class="el" href="structAVFrame.html" title="This structure describes decoded (raw) audio or video data. ">AVFrame</a> *pic)</dt>
<dd>custom freeing callbacks should be set from <a class="el" href="structAVCodecContext.html#aef79333a4c6abf1628c55d75ec82bede" title="This callback is called at the beginning of each frame to get data buffer(s) for it. ">get_buffer2()</a> </dd>
<dt><a class="anchor" id="_deprecated000038"></a>Global <a class="el" href="structAVCodecContext.html#a5ad41beeb47aeedd84d1e81dc2ad40e2">AVCodecContext::request_channels</a> </dt>
<dd>Deprecated in favor of request_channel_layout. </dd>
<dt><a class="anchor" id="_deprecated000029"></a>Global <a class="el" href="structAVCodecContext.html#aafdffb1e778754ba7fc84a63eea39187">AVCodecContext::stream_codec_tag</a> </dt>
<dd>this field is unused </dd>
<dt><a class="anchor" id="_deprecated000048"></a>Global <a class="el" href="structAVCodecContext.html#aeed57307d47f36a39905f206eee8dd96">AVCodecContext::thread_opaque</a> </dt>
<dd>this field should not be used from outside of lavc </dd>
<dt><a class="anchor" id="_deprecated000053"></a>Global <a class="el" href="structAVFrame.html#a65f7f4bcff7f6ffb020138d839bbb3f6">AVFrame::hwaccel_picture_private</a> </dt>
<dd>this field is unused </dd>
<dt><a class="anchor" id="_deprecated000052"></a>Global <a class="el" href="structAVFrame.html#ab54a78c51318c8c678e545b1f3d6fddd">AVFrame::reordered_opaque</a> </dt>
<dd>in favor of pkt_pts </dd>
<dt><a class="anchor" id="_deprecated000022"></a>Global <a class="el" href="group__lavc__picture.html#gafae4ce3eea8607e0c0c14ef73ff1902f">avpicture_deinterlace</a> (<a class="el" href="structAVPicture.html" title="Picture data structure. ">AVPicture</a> *dst, const <a class="el" href="structAVPicture.html" title="Picture data structure. ">AVPicture</a> *src, enum AVPixelFormat pix_fmt, int width, int height)</dt>
<dd>- use yadif (in libavfilter) instead </dd>
<dt><a class="anchor" id="_deprecated000051"></a>Global <a class="el" href="dv__profile_8h.html#a87df4f4db42c8cddaeacc333f5a551e0">avpriv_dv_frame_profile2</a> (<a class="el" href="structAVCodecContext.html" title="main external API structure. ">AVCodecContext</a> *codec, const <a class="el" href="structAVDVProfile.html">AVDVProfile</a> *sys, const uint8_t *frame, unsigned buf_size)</dt>
<dd>use <a class="el" href="dv__profile_8h.html#a2b14cf1ed2d0416677b300e1f8410ee4" title="Get a DV profile for the provided compressed frame. ">av_dv_frame_profile()</a> </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Global <a class="el" href="group__lavc__core.html#ga19dfa49f18ea643e695ee530d060f7de">CODEC_CAP_NEG_LINESIZES</a> </dt>
<dd>no codecs use this capability </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Global <a class="el" href="group__lavc__core.html#ga59f363ca5d22ad82adab3a5e6f520d10">CODEC_FLAG_EMU_EDGE</a> </dt>
<dd>edges are not used/required anymore. </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Global <a class="el" href="group__lavc__core.html#gabd989d2cb758080650b3ef7110ce2e02">CODEC_FLAG_GMC</a> </dt>
<dd>use the "gmc" private option of the libxvid encoder </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Global <a class="el" href="group__lavc__core.html#ga953f1b45980492ebac2caee244b4ffb9">CODEC_FLAG_INPUT_PRESERVED</a> </dt>
<dd>passing reference-counted frames to the encoders replaces this flag </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Global <a class="el" href="group__lavc__core.html#gaf156407325fbeed6a7e50dbfa351a59d">CODEC_FLAG_MV0</a> </dt>
<dd>use the flag "mv0" in the "mpv_flags" private option of the mpegvideo encoders </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Global <a class="el" href="group__lavc__core.html#gafb83abde2c1e8a275b8098dbaec2dab6">CODEC_FLAG_NORMALIZE_AQP</a> </dt>
<dd>use the flag "naq" in the "mpv_flags" private option of the mpegvideo encoders </dd>
<dt><a class="anchor" id="_deprecated000055"></a>File <a class="el" href="dict_8h.html">dict.h</a> </dt>
<dd>AVDictionary is provided for compatibility with libav. It is both in implementation as well as API inefficient. It does not scale and is extremely slow with large dictionaries. It is recommended that new code uses our tree container from tree.c/h where applicable, which uses AVL trees to achieve O(log n) performance. </dd>
<dt><a class="anchor" id="_deprecated000046"></a>Global <a class="el" href="libavcodec_2avcodec_8h.html#a89c8bc430a198997dcd844d49f0ecc37">FF_DEBUG_MV</a> </dt>
<dd>this option does nothing </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="group__lavc__core.html#ga9207dd7cb4ee4416f8fd1f7a63af34b7">FF_INPUT_BUFFER_PADDING_SIZE</a> </dt>
<dd>use AV_INPUT_BUFFER_PADDING_SIZE instead </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Global <a class="el" href="group__lavc__core.html#gafe5eaf646b3390c6ae8a7a66cd4b7896">FF_MAX_B_FRAMES</a> </dt>
<dd>there is no libavcodec-wide limit on the number of B-frames </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="group__lavc__core.html#gacf94eb890b3b77383ec7fd728db8509c">FF_MIN_BUFFER_SIZE</a> </dt>
<dd>use AV_INPUT_BUFFER_MIN_SIZE instead </dd>
<dt><a class="anchor" id="_deprecated000021"></a>Module <a class="el" href="group__lavc__resample.html">lavc_resample</a> </dt>
<dd>use libswresample instead </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="group__lavc__encoding.html#ga09b261f1bce5161af3485cb3302edd27">Motion_Est_ID</a> </dt>
<dd>use codec private option instead </dd>
<dt><a class="anchor" id="_deprecated000057"></a>Global <a class="el" href="pixdesc_8h.html#a70c18ff2ad9096cb1e38cfd1ed2f3530">PIX_FMT_BE</a> </dt>
<dd>use the AV_PIX_FMT_FLAG_* flags </dd>
</dl>
</div></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.11
</small></address>
</body>
</html>
|