Mercurial > mplayer.hg
diff libmpcodecs/ad_sample.c @ 14245:815f03b7cee5
removing AFMT_ dependancy
| author | alex |
|---|---|
| date | Mon, 27 Dec 2004 17:30:15 +0000 |
| parents | 28677d779205 |
| children | 0f1b5b68af32 |
line wrap: on
line diff
--- a/libmpcodecs/ad_sample.c Mon Dec 27 11:09:49 2004 +0000 +++ b/libmpcodecs/ad_sample.c Mon Dec 27 17:30:15 2004 +0000 @@ -47,7 +47,7 @@ sh->samplesize=2; // bytes (not bits!) per sample per channel sh->channels=2; // number of channels sh->samplerate=44100; // samplerate - sh->sample_format=AFMT_S16_LE; // sample format, see libao2/afmt.h + sh->sample_format=AF_FORMAT_S16_LE; // sample format, see libao2/afmt.h sh->i_bps=64000/8; // input data rate (compressed bytes per second) // Note: if you have VBR or unknown input rate, set it to some common or
