Recognizes if input is ogg or not.
[xiph.git] / xiph-qt / Theora / src / theora_versions.h
blobf9cc10911a3fa9ea99a694b02223e1bf37625dfb
1 /*
2 * theora_versions.h
4 * The current version of the Theora component.
7 * Copyright (c) 2006 Arek Korbik
9 * This file is part of XiphQT, the Xiph QuickTime Components.
11 * XiphQT is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Lesser General Public
13 * License as published by the Free Software Foundation; either
14 * version 2.1 of the License, or (at your option) any later version.
16 * XiphQT is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details.
21 * You should have received a copy of the GNU Lesser General Public
22 * License along with XiphQT; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26 * Last modified: $Id$
31 #if !defined(__theora_versions_h__)
32 #define __theora_versions_h__
35 #ifdef DEBUG
36 #define kTheora_imdc_Version (0x00FF0102)
37 #define kTheora_imco_Version (0x00FF0101)
38 #else
39 #define kTheora_imdc_Version (0x00000102)
40 #define kTheora_imco_Version (0x00000101)
41 #endif /* DEBUG */
44 #endif /* __theora_versions_h__ */