<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;} p
        {margin-top:0;
        margin-bottom:0}--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<p>Hello All,</p>
<p><br>
</p>
<p>I am having some trouble getting an af_afade filter to work on in a native (c++) android program. Swapping out the afade filter for a "volume" filter allows me to change the frame volume as expected, but no configuration of the afade filter seems to modify
 the frame at all.</p>
<p><br>
</p>
<p>I am cross compiling ffmpeg from linux with the configure options shown in ffmpeg_configure.sh, setting up the filter graph as shown in ffmpeg_filterSetup.c, and passing the frame in as shown in ffmpeg_useFilter.c (After having received it from an AVCodecContext
 object, and before resampling it with "swr_convert_frame").</p>
<p><br>
</p>
<p>Would really appreciate any help anyone can provide!</p>
<p>Thanks,</p>
<p>Sam<br>
</p>
<div><br>
</div>
</body>
</html>