<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>旌旗博客 &#187; ffmpeg</title>
	<atom:link href="http://rocky.kingtch.com/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocky.kingtch.com</link>
	<description></description>
	<lastBuildDate>Tue, 14 Feb 2012 12:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>faad2 2.5 decodec error message in ffmpeg</title>
		<link>http://rocky.kingtch.com/2007/04/13/faad2-25-decodec-error-message-in-ffmpeg/</link>
		<comments>http://rocky.kingtch.com/2007/04/13/faad2-25-decodec-error-message-in-ffmpeg/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 04:55:13 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[ffmpeg]]></category>

		<guid isPermaLink="false">http://blog.kingtch.com/2007/04/13/77/faad2-25-decodec-error-message-in-ffmpeg.html</guid>
		<description><![CDATA[If you got error message like this: [aac @ 0x53cde8]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! That means ffmpeg could not load faacDecGetErrorMessage&#160;symbol from libfaad.so.0 library. First you should comfirm that libfaad.so.0 library is located in the path which are defined by&#160;the LD_LIBRARY_PATH environment variable.&#160; Second, this problem may caused by the changes of faad2 [...]]]></description>
			<content:encoded><![CDATA[<p>If you got error message like this:</p>
<p>[aac @ 0x53cde8]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0!</p>
<p>That means ffmpeg could not load faacDecGetErrorMessage&nbsp;symbol from libfaad.so.0 library. First you should comfirm that libfaad.so.0 library is located in the path which are defined by&nbsp;the LD_LIBRARY_PATH environment variable.&nbsp; Second, this problem may caused by the changes of faad2 upgrading. You can&nbsp;edit this file libavcodec/faad.c:</p>
<p>line 222: </p>
<blockquote><p>do { static const char* n = “faacDec” #a; \</p>
</blockquote>
<p>Modify it as below: </p>
<blockquote><p>do { static const char* n = “NeAACDec” #a; \</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2007/04/13/faad2-25-decodec-error-message-in-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

