diff libmpcodecs/ad_ra1428.c @ 14245:815f03b7cee5

removing AFMT_ dependancy
author alex
date Mon, 27 Dec 2004 17:30:15 +0000
parents d51610530481
children
line wrap: on
line diff
--- a/libmpcodecs/ad_ra1428.c	Mon Dec 27 11:09:49 2004 +0000
+++ b/libmpcodecs/ad_ra1428.c	Mon Dec 27 17:30:15 2004 +0000
@@ -25,7 +25,7 @@
   sh->samplerate=sh->wf->nSamplesPerSec;
   sh->samplesize=sh->wf->wBitsPerSample/8;
   sh->channels=sh->wf->nChannels;
-  sh->sample_format=AFMT_S16_LE;
+  sh->sample_format=AF_FORMAT_S16_LE;
 
 	switch (sh->format) {
 		case mmioFOURCC('1','4','_','4'):