<div>
Hello!
</div><div>I'm building an iOS audio player. I've tested playback in iOS Simulator (i386) and everything was fine. But when I've tested it on iPhone (ARM) there was only noise. Other formats are playing fine.</div><div>I've done little research, and there what I found:</div><div>1) av_read_frame - returns the same data on both device and simulator (I've checked it in packet->data)</div><div>2) avcodec_decode_audio4 - returns DIFFERENT data on device and simulator (I've checked it in frame->data)</div><div><br></div><div>Can it be related to ffmpeg compiling options?</div><div>Any ideas?</div><div><br></div><div><div>-- </div><div>Alexey Belkevich</div><div><br></div></div>