diff libmpcodecs/ad_liba52.c @ 10978:3eed882edb42

reversing my brokeness, but imho dnet is still broken on BE systems
author alex
date Thu, 02 Oct 2003 14:13:52 +0000
parents d4d1aa31a1bd
children 67b8d64af8c7
line wrap: on
line diff
--- a/libmpcodecs/ad_liba52.c	Thu Oct 02 10:46:33 2003 +0000
+++ b/libmpcodecs/ad_liba52.c	Thu Oct 02 14:13:52 2003 +0000
@@ -48,9 +48,7 @@
 	if(c<0) return -1; /* EOF*/
         sh_audio->a_in_buffer[sh_audio->a_in_buffer_len++]=c;
     }
-#ifndef WORDS_BIGENDIAN
     if(sh_audio->format!=0x2000) swab(sh_audio->a_in_buffer,sh_audio->a_in_buffer,8);
-#endif
     length = a52_syncinfo (sh_audio->a_in_buffer, &flags, &sample_rate, &bit_rate);
     if(length>=7 && length<=3840) break; /* we're done.*/
     /* bad file => resync*/