comparison libmpcodecs/vd_ijpg.c @ 18604:0b6b5f2f8c9a

Spelling fix
author pacman
date Tue, 06 Jun 2006 21:22:47 +0000
parents f167814411d4
children 497ebe3ecc2b
comparison
equal deleted inserted replaced
18603:62972ec139cd 18604:0b6b5f2f8c9a
20 static vd_info_t info = { 20 static vd_info_t info = {
21 "JPEG Images decoder", 21 "JPEG Images decoder",
22 "ijpg", 22 "ijpg",
23 "Pontscho", 23 "Pontscho",
24 "based on vd_mpng.c", 24 "based on vd_mpng.c",
25 "uses Indipended JPEG Group's jpeglib" 25 "uses Independent JPEG Group's jpeglib"
26 }; 26 };
27 27
28 LIBVD_EXTERN(ijpg) 28 LIBVD_EXTERN(ijpg)
29 29
30 static int last_w=-1; 30 static int last_w=-1;