Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
define.h
Package: X264CODEC.rar [view]
Upload User: lctgjx
Upload Date: 2022-06-04
Package Size: 8887k
Code Size: 0k
Category:
Streaming_Mpeg4
Development Platform:
Visual C++
- #ifndef DEFINE_H
- #define DEFINE_H
- #define ENABLE_GRAY 0
- #define INT_MAX (1<<30)
- #define INT64_MAX (1<<30)
- #define INT_MIN (-1<<30)
- #define ENABLE_THREADS 0
- #define restrict
- #define ENABLE_SMALL 0
- #define INT64_C __int64
- #define snprintf sprintf
- enum
- {
- ENOMEM = 0,
- EINVAL = 1,
- START_ENCODE = 2,
- IN_ENCODE = 3,
- END_ENCODE = 4
- };
- #define ENABLE_H264_DECODER 1
- #endif