Fix code triggering [-Werror, -Wreorder].

Otherwise, it will be a build error once we turn on the error.
Sponge: https://sponge.corp.google.com/target?id=8e88bd90-a716-40f7-9599-b70e9193b297&target=//third_party/java_src/android_libs/exoplayer/v2/extensions/flac/src/main:binary.
PiperOrigin-RevId: 276461029
This commit is contained in:
olly 2019-10-24 12:24:22 +01:00 committed by Oliver Woodman
parent b99203dada
commit 47423b3100

View File

@ -265,11 +265,11 @@ FLACParser::FLACParser(DataSource *source)
: mDataSource(source), : mDataSource(source),
mCopy(copyTrespass), mCopy(copyTrespass),
mDecoder(NULL), mDecoder(NULL),
mSeekTable(NULL),
firstFrameOffset(0LL),
mCurrentPos(0LL), mCurrentPos(0LL),
mEOF(false), mEOF(false),
mStreamInfoValid(false), mStreamInfoValid(false),
mSeekTable(NULL),
firstFrameOffset(0LL),
mVorbisCommentsValid(false), mVorbisCommentsValid(false),
mPicturesValid(false), mPicturesValid(false),
mWriteRequested(false), mWriteRequested(false),