MG6400 doesn't need special image format post processing

merge-requests/1/head
Rolf Bensch 2015-02-21 10:34:52 +01:00
rodzic 198b023c4b
commit bf60fd1f61
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1149,6 +1149,7 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
&& s->cfg->pid != MG5300_PID
&& s->cfg->pid != MG5500_PID
&& s->cfg->pid != MG6300_PID
&& s->cfg->pid != MG6400_PID
&& s->cfg->pid != MG7100_PID)
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);