Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

stream.h

Go to the documentation of this file.
00001 /* Copyright (C) 1998 Oregon Graduate Institute of Science & Technology 00002 * 00003 * See the file COPYRIGHT, which should have been supplied with this 00004 * package, for licensing details. We may be contacted through email 00005 * at <quasar-help@cse.ogi.edu>. 00006 */ 00007 00008 #ifndef STREAM_H 00009 #define STREAM_H 00010 00011 #define I_TYPE 1 00012 #define P_TYPE 2 00013 #define B_TYPE 3 00014 #define D_TYPE 4 00015 00016 #define SEQ_END_CODE 0xb7 00017 #define ISO_END_CODE 0xb9 00018 #define SEQ_START_CODE 0xb3 00019 #define GOP_START_CODE 0xb8 00020 #define PIC_START_CODE 0x00 00021 #define SLICE_MIN_CODE 0x01 00022 #define SLICE_MAX_CODE 0xaf 00023 #define EXT_START_CODE 0xb5 00024 #define USR_START_CODE 0xb2 00025 #define SEQ_ERROR_CODE 0xb4 00026 00027 #define BASE_SLICE_CODE 0xfc 00028 #define EXT1_SLICE_CODE 0xfd 00029 #define EXT2_SLICE_CODE 0xfe 00030 #define EXT3_SLICE_CODE 0xff 00031 00032 #endif /* STREAM_H */

Generated on Sun Mar 6 13:35:50 2005 for Komssys by doxygen 1.3.8