Dillo v3.1.1-98-g318d1f14
|
The jpeg decoder for dillo. More...
#include <config.h>
Go to the source code of this file.
Functions | |
void * | a_Jpeg_new () |
void | a_Jpeg_callback () |
The jpeg decoder for dillo.
It is responsible for decoding JPEG data and transferring it to the dicache. It uses libjpeg to do the actual decoding.
Definition in file jpeg.c.
void a_Jpeg_callback | ( | ) |
Definition at line 407 of file jpeg.c.
Referenced by Dicache_image().
void * a_Jpeg_new | ( | ) |
Definition at line 406 of file jpeg.c.
Referenced by Dicache_image().