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
misc.h
Package: dvd-munitions.tar.gz [view]
Upload User: aoeyumen
Upload Date: 2007-01-06
Package Size: 3329k
Code Size: 1k
Category:
DVD
Development Platform:
Unix_Linux
- #ifndef __MISC_H__
- #define __MISC_H__
- #include <netinet/in.h>
- #include <sys/types.h>
- #include "ifo.h"
- #define __USE_FILE_OFFSET64
- #define OFFSET_IFO 0x0000
- #define OFFSET_VTS 0x0000
- #define OFFSET_LEN 0x00C0
- #define IFO_OFFSET_TAT 0x00C0
- #define OFFSET_VTSI_MAT 0x0080
- #define IFO_OFFSET_VIDEO 0x0100
- #define IFO_OFFSET_AUDIO 0x0200
- #define IFO_OFFSET_SUBPIC 0x0250
- u_int get4bytes (u_char *buf);
- u_int get2bytes (u_char *buf);
- int ifoReadTBL (ifo_t *ifo, u_int offset, u_int tbl_id);
- int ifoReadLB (int fd, __off64_t pos, u_int count, u_char *data);
- #endif