| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | SGI_MAGIC 474 | 
| SGI image file signature.  More... | |
| #define | SGI_HEADER_SIZE 512 | 
| #define | SGI_GRAYSCALE 1 | 
| #define | SGI_RGB 3 | 
| #define | SGI_RGBA 4 | 
| #define SGI_MAGIC 474 | 
SGI image file signature.
Definition at line 28 of file sgi.h.
Referenced by decode_frame(), and encode_frame().
| #define SGI_HEADER_SIZE 512 | 
Definition at line 30 of file sgi.h.
Referenced by decode_frame(), and encode_frame().
| #define SGI_GRAYSCALE 1 | 
Definition at line 32 of file sgi.h.
Referenced by decode_frame(), and encode_frame().
| #define SGI_RGB 3 | 
Definition at line 33 of file sgi.h.
Referenced by decode_frame(), and encode_frame().
| #define SGI_RGBA 4 | 
Definition at line 34 of file sgi.h.
Referenced by decode_frame(), and encode_frame().
 1.8.6