
Go to the source code of this file.
Functions | |
| void | quicktime_init_codec_jpeg (quicktime_video_map_t *) |
| void | quicktime_init_codec_mjpa (quicktime_video_map_t *) |
| void | quicktime_init_codec_mjpg (quicktime_video_map_t *) |
| void quicktime_init_codec_jpeg | ( | quicktime_video_map_t * | ) |
Definition at line 401 of file jpeg.c.
References init_codec_common(), quicktime_fastjpg_init(), and QUICKTIME_JPEG.
Referenced by register_vcodecs().

| void quicktime_init_codec_mjpa | ( | quicktime_video_map_t * | ) |
Definition at line 406 of file jpeg.c.
References init_codec_common(), and QUICKTIME_MJPA.
Referenced by register_vcodecs().

| void quicktime_init_codec_mjpg | ( | quicktime_video_map_t * | ) |
Definition at line 411 of file jpeg.c.
References init_codec_common().
Referenced by register_vcodecs().

1.5.5