//--------------------------------------------------------------------------- //FFusion //Alternative DivX Codec for MacOS X //version 2.2 (build 72) //by Jerome Cornet //Copyright 2002-2003 Jerome Cornet //parts by Dan Christiansen //Copyright 2003 Dan Christiansen //from DivOSX by Jamby //Copyright 2001-2002 Jamby //uses libavcodec from ffmpeg 0.4.6 // //This library is free software; you can redistribute it and/or //modify it under the terms of the GNU Lesser General Public //License as published by the Free Software Foundation; either //version 2.1 of the License, or (at your option) any later version. // //This library is distributed in the hope that it will be useful, //but WITHOUT ANY WARRANTY; without even the implied warranty of //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU //Lesser General Public License for more details. // //You should have received a copy of the GNU Lesser General Public //License along with this library; if not, write to the Free Software //Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // //--------------------------------------------------------------------------- //Global Header //--------------------------------------------------------------------------- #define kFFusionCodecVersion (0x00030002) #define kDivX1CodecInfoResID 256 #define kDivX2CodecInfoResID 257 #define kDivX3CodecInfoResID 258 #define kDivX4CodecInfoResID 259 #define kDivX5CodecInfoResID 260 #define k3ivxCodecInfoResID 261 #define kXVIDCodecInfoResID 262 #define kMPEG4CodecInfoResID 263 #define kH264CodecInfoResID 264 #define kFLV1CodecInfoResID 265 #define kFlashSVCodecInfoResID 266 #define kVP6CodecInfoResID 267 #define kI263CodecInfoResID 268 #define kVP3CodecInfoResID 269 #define kHuffYUVCodecInfoResID 270 #define kMPEG1CodecInfoResID 271 #define kMPEG2CodecInfoResID 272 #define kFRAPSCodecInfoResID 273 #define kFFusionCodecManufacturer 'Peri' #define kOptionKeyModifier 0x04