search for: 3c01914

Displaying 1 result from an estimated 1 matches for "3c01914".

2007 Dec 10
0
5 commits - libswfdec/jpeg libswfdec/swfdec_as_interpret.c libswfdec/swfdec_bits.c libswfdec/swfdec_cached.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_flash_security.c libswfdec/swfdec_image.c
...ecoder_get_argb_image (JpegDecoder *dec); +uint32_t *jpeg_decoder_get_argb_image (JpegDecoder *dec); int jpeg_decode_argb (uint8_t *data, int length, uint32_t **image, int *width, int *height); diff --git a/libswfdec/jpeg/jpeg_rgb_decoder.c b/libswfdec/jpeg/jpeg_rgb_decoder.c index 6fc49c8..3c01914 100644 --- a/libswfdec/jpeg/jpeg_rgb_decoder.c +++ b/libswfdec/jpeg/jpeg_rgb_decoder.c @@ -29,10 +29,10 @@ static int16_t jfif_matrix[24] = { }; -unsigned char * get_argb_444 (JpegDecoder *dec); -unsigned char * get_argb_422 (JpegDecoder *dec); -unsigned char * get_argb_422v (JpegDecoder *dec)...