comparison jpeglsenc.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents f0e079daad30
children 48759bfbd073
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
379 return -1; 379 return -1;
380 } 380 }
381 return 0; 381 return 0;
382 } 382 }
383 383
384 AVCodec jpegls_encoder = { //FIXME avoid MPV_* lossless jpeg shouldnt need them 384 AVCodec jpegls_encoder = { //FIXME avoid MPV_* lossless JPEG should not need them
385 "jpegls", 385 "jpegls",
386 CODEC_TYPE_VIDEO, 386 CODEC_TYPE_VIDEO,
387 CODEC_ID_JPEGLS, 387 CODEC_ID_JPEGLS,
388 sizeof(JpeglsContext), 388 sizeof(JpeglsContext),
389 encode_init_ls, 389 encode_init_ls,