summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacenc/inc/stat_bits.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-05-25 12:37:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-25 12:37:07 -0700
commitade8c2d682d4f8c9424dece53e39400c237d22bf (patch)
tree0a167e54e73593e0420f6aa89214c1c8978784a6 /media/libstagefright/codecs/aacenc/inc/stat_bits.h
parentfa855e0e46fc706a2120bc4659aaeaf2ef395a4d (diff)
parente2e838afcf03e603a41a0455846eaf9614537c16 (diff)
downloadframeworks_av-ade8c2d682d4f8c9424dece53e39400c237d22bf.zip
frameworks_av-ade8c2d682d4f8c9424dece53e39400c237d22bf.tar.gz
frameworks_av-ade8c2d682d4f8c9424dece53e39400c237d22bf.tar.bz2
Merge "Convert line breaks to Unix style"
Diffstat (limited to 'media/libstagefright/codecs/aacenc/inc/stat_bits.h')
-rw-r--r--media/libstagefright/codecs/aacenc/inc/stat_bits.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/media/libstagefright/codecs/aacenc/inc/stat_bits.h b/media/libstagefright/codecs/aacenc/inc/stat_bits.h
index 6e90b9c..fff3d14 100644
--- a/media/libstagefright/codecs/aacenc/inc/stat_bits.h
+++ b/media/libstagefright/codecs/aacenc/inc/stat_bits.h
@@ -1,23 +1,23 @@
-/*
- ** Copyright 2003-2010, VisualOn, Inc.
- **
- ** Licensed under the Apache License, Version 2.0 (the "License");
- ** you may not use this file except in compliance with the License.
- ** You may obtain a copy of the License at
- **
- ** http://www.apache.org/licenses/LICENSE-2.0
- **
- ** Unless required by applicable law or agreed to in writing, software
- ** distributed under the License is distributed on an "AS IS" BASIS,
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ** See the License for the specific language governing permissions and
- ** limitations under the License.
- */
-/*******************************************************************************
- File: stat_bits.h
-
- Content: Static bit counter functions
-
+/*
+ ** Copyright 2003-2010, VisualOn, Inc.
+ **
+ ** Licensed under the Apache License, Version 2.0 (the "License");
+ ** you may not use this file except in compliance with the License.
+ ** You may obtain a copy of the License at
+ **
+ ** http://www.apache.org/licenses/LICENSE-2.0
+ **
+ ** Unless required by applicable law or agreed to in writing, software
+ ** distributed under the License is distributed on an "AS IS" BASIS,
+ ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ** See the License for the specific language governing permissions and
+ ** limitations under the License.
+ */
+/*******************************************************************************
+ File: stat_bits.h
+
+ Content: Static bit counter functions
+
*******************************************************************************/
#ifndef __STAT_BITS_H
@@ -28,7 +28,7 @@
Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
PSY_OUT_ELEMENT *psyOutElement,
- Word16 nChannels,
+ Word16 nChannels,
Word16 adtsUsed);
#endif /* __STAT_BITS_H */