mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +00:00
Sync missing cosmetics from the 2004-07-12 CVS snapshot.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14730 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
762f1adf6f
commit
0ac6b92ec9
@ -34,7 +34,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Allow build on cygwin*/
|
||||
/* Allow build on Cygwin*/
|
||||
#if defined(__CYGWIN__)
|
||||
#define __STRICT_ANSI__
|
||||
#endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
|
||||
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
|
||||
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
@ -24,6 +24,7 @@
|
||||
**
|
||||
** $Id: faad.h,v 1.47 2004/04/03 19:08:37 menno Exp $
|
||||
**/
|
||||
|
||||
/* warn people for update */
|
||||
#pragma message("please update faad2 include filename and function names!")
|
||||
|
||||
|
@ -39,7 +39,8 @@ uint8_t pulse_decode(ic_stream *ics, int16_t *spec_data, uint16_t framelen)
|
||||
|
||||
k = ics->swb_offset[pul->pulse_start_sfb];
|
||||
|
||||
for(i = 0; i <= pul->number_pulse; i++) {
|
||||
for (i = 0; i <= pul->number_pulse; i++)
|
||||
{
|
||||
k += pul->pulse_offset[i];
|
||||
|
||||
if (k >= framelen)
|
||||
|
@ -53,3 +53,4 @@ void sbr_qmf_synthesis_64_sse(sbr_info *sbr, qmfs_info *qmfs, qmf_t X[MAX_NTSRHF
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user