Skip to content

Commit

Permalink
version 0.2.8 - better pre_processing
Browse files Browse the repository at this point in the history
  • Loading branch information
rcanut committed Nov 27, 2022
1 parent b73634d commit 9dc8790
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions encoder/image_processing.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
****************************************************************************
* NHW Image Codec *
* file: image_processing.c *
* version: 0.2.7 *
* last update: $ 11152022 nhw exp $ *
* version: 0.2.8 *
* last update: $ 11272022 nhw exp $ *
* *
****************************************************************************
****************************************************************************
Expand Down Expand Up @@ -880,6 +880,10 @@ void pre_processing(image_buffer *im)
else if (res<0 && count<0) im->im_jpeg[scan-1]++;
}
}
else
{
j--;scan--;
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions encoder/nhw_encoder_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
****************************************************************************
* NHW Image Codec *
* file: nhw_encoder_cli.c *
* version: 0.2.7 *
* last update: $ 19112022 nhw exp $ *
* version: 0.2.8 *
* last update: $ 11272022 nhw exp $ *
* *
****************************************************************************
****************************************************************************
Expand Down

0 comments on commit 9dc8790

Please sign in to comment.