[MPlayer-users] some question about libmpdemux

Zongyao QU zongyao.qu at gmail.com
Fri Mar 26 07:11:43 CET 2010


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]) {






More information about the MPlayer-users mailing list