提交 ffebc6ac authored 作者: Jeff Lenk's avatar Jeff Lenk 提交者: Ken Rice

FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008

上级 c9201356
...@@ -1032,7 +1032,11 @@ SPAN_DECLARE(int) t42_itulab_to_itulab(logging_state_t *logging, tdata_t *dst, t ...@@ -1032,7 +1032,11 @@ SPAN_DECLARE(int) t42_itulab_to_itulab(logging_state_t *logging, tdata_t *dst, t
for (pos = 0; pos < srclen; pos += compressor.image_width*compressor.num_components) for (pos = 0; pos < srclen; pos += compressor.image_width*compressor.num_components)
{ {
<<<<<<< HEAD
scan_line_in = (JSAMPROW) src + pos; scan_line_in = (JSAMPROW) src + pos;
=======
scan_line_in = (JSAMPROW)src + pos;
>>>>>>> FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008
jpeg_write_scanlines(&compressor, &scan_line_in, 1); jpeg_write_scanlines(&compressor, &scan_line_in, 1);
} }
...@@ -1149,7 +1153,11 @@ SPAN_DECLARE(int) t42_itulab_to_srgb(logging_state_t *logging, lab_params_t *s, ...@@ -1149,7 +1153,11 @@ SPAN_DECLARE(int) t42_itulab_to_srgb(logging_state_t *logging, lab_params_t *s,
for (pos = 0; decompressor.output_scanline < decompressor.output_height; pos += decompressor.output_width*decompressor.num_components) for (pos = 0; decompressor.output_scanline < decompressor.output_height; pos += decompressor.output_width*decompressor.num_components)
{ {
<<<<<<< HEAD
scan_line_out = (JSAMPROW) dst + pos; scan_line_out = (JSAMPROW) dst + pos;
=======
scan_line_out = (JSAMPROW)dst + pos;
>>>>>>> FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008
jpeg_read_scanlines(&decompressor, &scan_line_in, 1); jpeg_read_scanlines(&decompressor, &scan_line_in, 1);
lab_to_srgb(s, scan_line_out, scan_line_in, decompressor.output_width); lab_to_srgb(s, scan_line_out, scan_line_in, decompressor.output_width);
} }
......
...@@ -229,4 +229,4 @@ ...@@ -229,4 +229,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论