Data Fields | |
| AVFrame | picture |
| unsigned int | width |
| unsigned int | height |
| unsigned int | depth |
| int | linesize |
Definition at line 26 of file sgidec.c.
| unsigned int SgiState::depth |
Definition at line 30 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
| unsigned int SgiState::height |
Definition at line 29 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
Definition at line 31 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
| unsigned int SgiState::width |
Definition at line 28 of file sgidec.c.
Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().
1.5.8