Mercurial > mplayer.hg
changeset 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 | 3da6b1de1c33 |
children | ea4426db0db5 |
files | libmpcodecs/ad_liba52.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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*/