mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment was misplaced, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dce8f5aa20
commit
715cd43c17
@ -49,6 +49,7 @@
|
||||
#ifdef SBR_DEC
|
||||
#include "sbr_syntax.h"
|
||||
#endif
|
||||
#include "mp4.h"
|
||||
|
||||
|
||||
/* static function declarations */
|
||||
@ -149,9 +150,9 @@ int8_t GASpecificConfig(bitfile *ld, mp4AudioSpecificConfig *mp4ASC,
|
||||
DEBUGVAR(1,145,"GASpecificConfig(): aacScalefactorDataResilienceFlag"));
|
||||
mp4ASC->aacSpectralDataResilienceFlag = faad_get1bit(ld
|
||||
DEBUGVAR(1,146,"GASpecificConfig(): aacSpectralDataResilienceFlag"));
|
||||
|
||||
/* 1 bit: extensionFlag3 */
|
||||
}
|
||||
/* 1 bit: extensionFlag3 */
|
||||
faad_getbits(ld, 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user