Ehh colaCounter++

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1832 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-09-01 20:15:21 +00:00
parent fff31249bb
commit 6b9c577924
1 changed files with 1 additions and 1 deletions

View File

@ -548,8 +548,8 @@ int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen){
} // from else, packetout ok
break;
#endif
}
#endif
case AFM_PCM: // AVI PCM
len=demux_read_data(sh_audio->ds,buf,minlen);
break;