1b85b2756d1e247f8314bb591700fb175d7346631keunyoung/*
2b85b2756d1e247f8314bb591700fb175d7346631keunyoung* Copyright (C) 2011 The Android Open Source Project
3b85b2756d1e247f8314bb591700fb175d7346631keunyoung*
4b85b2756d1e247f8314bb591700fb175d7346631keunyoung* Licensed under the Apache License, Version 2.0 (the "License");
5b85b2756d1e247f8314bb591700fb175d7346631keunyoung* you may not use this file except in compliance with the License.
6b85b2756d1e247f8314bb591700fb175d7346631keunyoung* You may obtain a copy of the License at
7b85b2756d1e247f8314bb591700fb175d7346631keunyoung*
8b85b2756d1e247f8314bb591700fb175d7346631keunyoung* http://www.apache.org/licenses/LICENSE-2.0
9b85b2756d1e247f8314bb591700fb175d7346631keunyoung*
10b85b2756d1e247f8314bb591700fb175d7346631keunyoung* Unless required by applicable law or agreed to in writing, software
11b85b2756d1e247f8314bb591700fb175d7346631keunyoung* distributed under the License is distributed on an "AS IS" BASIS,
12b85b2756d1e247f8314bb591700fb175d7346631keunyoung* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13b85b2756d1e247f8314bb591700fb175d7346631keunyoung* See the License for the specific language governing permissions and
14b85b2756d1e247f8314bb591700fb175d7346631keunyoung* limitations under the License.
15b85b2756d1e247f8314bb591700fb175d7346631keunyoung*/
16b85b2756d1e247f8314bb591700fb175d7346631keunyoung#ifndef _CODEC_DEFS_H
17b85b2756d1e247f8314bb591700fb175d7346631keunyoung#define _CODEC_DEFS_H
18b85b2756d1e247f8314bb591700fb175d7346631keunyoung
19b85b2756d1e247f8314bb591700fb175d7346631keunyoung#define CODEC_SERVER_PORT 22468
20b85b2756d1e247f8314bb591700fb175d7346631keunyoung
21e6556dcf96ef0b859fe04d8caf7c40fdd6d8d254Lingfeng Yangenum {
22e6556dcf96ef0b859fe04d8caf7c40fdd6d8d254Lingfeng Yang
23e6556dcf96ef0b859fe04d8caf7c40fdd6d8d254Lingfeng YangCODEC_MAX_VERTEX_ATTRIBUTES = 64,
24e6556dcf96ef0b859fe04d8caf7c40fdd6d8d254Lingfeng Yang
25e6556dcf96ef0b859fe04d8caf7c40fdd6d8d254Lingfeng Yang};
26b85b2756d1e247f8314bb591700fb175d7346631keunyoung
27b85b2756d1e247f8314bb591700fb175d7346631keunyoung#endif
28