Hi,<div><br></div><div>but now when i try to get the codecs with the following code, i did not get both libx264 codecs anymore</div><div><br></div><div><div>    AVCodec *p = NULL;</div><div>    int a = 0;</div><div>    while ((p = av_codec_next(p))) {</div>
<div>      if (p->encode ) {</div><div>        JSONNode cnode(JSON_NODE);</div><div>        cnode.push_back(JSONNode("longname", p->long_name));</div><div>        cnode.push_back(JSONNode("id", p->name));</div>
<div>        cnode.push_back(JSONNode("type", p->type));</div><div>        c.push_back(cnode);</div><div>      }</div><div>    }</div><div><br></div><div>under pastebin is the resulting list of codecs.</div><div>
<br></div><div><a href="http://pastebin.com/kbUMyK4i">http://pastebin.com/kbUMyK4i</a></div><div><br></div><div><br></div><div><div>./ffmpeg </div><div>ffmpeg version 0.9.1.git Copyright (c) 2000-2012 the FFmpeg developers</div>
<div>  built on Feb 19 2012 01:12:38 with gcc 4.0.1 (Apple Inc. build 5490)</div><div>  configuration: --prefix=/private/tmp/workspace/ffmpeg/build_type/debug/label/mac/trunk/source/build/ffmpeg --extra-cflags=-I/private/tmp/workspace/ffmpeg/build_type/debug/label/mac/trunk/source/build/include --extra-ldflags=-L/private/tmp/workspace/ffmpeg/build_type/debug/label/mac/trunk/source/build/lib --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libvpx --disable-devices --extra-cflags=-fno-common --disable-stripping --disable-zlib --enable-gpl --enable-shared --disable-static</div>
<div>  libavutil      51. 39.100 / 51. 39.100</div><div>  libavcodec     54.  3.100 / 54.  3.100</div><div>  libavformat    54.  1.100 / 54.  1.100</div><div>  libavdevice    53.  4.100 / 53.  4.100</div><div>  libavfilter     2. 62.101 /  2. 62.101</div>
<div>  libswscale      2.  1.100 /  2.  1.100</div><div>  libswresample   0.  6.100 /  0.  6.100</div><div>  libpostproc    52.  0.100 / 52.  0.100</div></div><br><div class="gmail_quote">2012/2/17 Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at">cehoyos@ag.or.at</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jan hölscher <jan.hoelscher@...> writes:<br>
<br>
>    V    libx264<br>
<br>
Should be fixed, thank you.<br>
<br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="color:rgb(51,51,51);font-family:'Lucida Grande',Helvetica,Verdana,sans-serif;font-size:12px;line-height:20px"><b><u><a href="http://codergrid.de" target="_blank">Media Encoding Cluster</a></u>, </b></span><div>
<span style="color:rgb(51,51,51);font-family:'Lucida Grande',Helvetica,Verdana,sans-serif;font-size:12px;line-height:20px"><b>the first Open Source Cluster Encoding Solution </b></span></div><div><span style="color:rgb(51,51,51);font-family:'Lucida Grande',Helvetica,Verdana,sans-serif;font-size:12px;line-height:20px"><b>for distributed Media Encoding.</b></span></div>
<br>
</div>