Zongyao QU <zongyao.qu <at> gmail.com> writes: > sh_audio_t *a; > int num =0; > for (int i=0;i < MAX_A_STREAMS; i++) { > if (a = demuxer[i]) { sorry, typo here, it should be if (a = demuxer->a_streams[i]) {